From 28cb19fe2f58d696f353cd402de32b12f26ec57b Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 11 Jun 2022 19:37:28 +0900 Subject: [PATCH] Change the version to 1.6.1 #244 --- .github/workflows/windows-visualcpp.yml | 2 +- Doxyfile | 2 +- README.md | 2 +- configure.ac | 2 +- executable/setup/res/setup.rc | 8 ++++---- setup/installer/main.wxs | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/windows-visualcpp.yml b/.github/workflows/windows-visualcpp.yml index 7054317e..2096723f 100644 --- a/.github/workflows/windows-visualcpp.yml +++ b/.github/workflows/windows-visualcpp.yml @@ -13,7 +13,7 @@ on: branches: [ master ] env: - TETENGO_VER: 1.6.0 + TETENGO_VER: 1.6.1 CONCURRENT_BUILD: 4 BOOST_VER: 1_79_0 BOOST_VER_DOT: 1.79.0 diff --git a/Doxyfile b/Doxyfile index 6800d26e..2093ae82 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = tetengo # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.6.0 +PROJECT_NUMBER = 1.6.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index 0807b3bc..d9135294 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -tetengo 1.6.0 +tetengo 1.6.1 ============= [TOC] diff --git a/configure.ac b/configure.ac index 6af45476..a41cc073 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ #### General #### AC_PREREQ([2.69]) -AC_INIT([tetengo], [1.6.0], [https://github.com/tetengo]) +AC_INIT([tetengo], [1.6.1], [https://github.com/tetengo]) AC_CONFIG_SRCDIR([precompiled/precompiled.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([--warnings=no-portability]) diff --git a/executable/setup/res/setup.rc b/executable/setup/res/setup.rc index de13816e..d4165038 100644 --- a/executable/setup/res/setup.rc +++ b/executable/setup/res/setup.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,6,0,0 - PRODUCTVERSION 1,6,0,0 + FILEVERSION 1,6,1,0 + PRODUCTVERSION 1,6,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "kaoru" VALUE "FileDescription", "An install bootstrapper." - VALUE "FileVersion", "1.6.0" + VALUE "FileVersion", "1.6.1" VALUE "InternalName", "setup.exe" VALUE "LegalCopyright", "Copyright (C) 2019-2022 kaoru" VALUE "OriginalFilename", "setup.exe" VALUE "ProductName", "tetengo" - VALUE "ProductVersion", "1.6.0" + VALUE "ProductVersion", "1.6.1" END END BLOCK "VarFileInfo" diff --git a/setup/installer/main.wxs b/setup/installer/main.wxs index 8dbe03e3..0756517b 100644 --- a/setup/installer/main.wxs +++ b/setup/installer/main.wxs @@ -4,7 +4,7 @@ Copyright (C) 2019-2022 kaoru https://www.tetengo.org/ --> - +