File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 branches : [ master ]
1414
1515env :
16- TETENGO_VER : 1.8.0
16+ TETENGO_VER : 1.8.1
1717 CONCURRENT_BUILD : 4
1818 BOOST_VER : 1_82_0
1919 BOOST_VER_DOT : 1.82.0
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = tetengo
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 1.8.0
51+ PROJECT_NUMBER = 1.8.1
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1- tetengo 1.8.0
1+ tetengo 1.8.1
22=============
33
44[ TOC]
Original file line number Diff line number Diff line change 33
44# ### General ####
55AC_PREREQ ( [ 2.69] )
6- AC_INIT ( [ tetengo] , [ 1.8.0 ] , [ https://github.com/tetengo] )
6+ AC_INIT ( [ tetengo] , [ 1.8.1 ] , [ https://github.com/tetengo] )
77AC_CONFIG_SRCDIR ( [ precompiled/precompiled.h] )
88AC_CONFIG_HEADERS ( [ config.h] )
99AM_INIT_AUTOMAKE ( [ --warnings=no-portability] )
Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 1,8,0 ,0
55- PRODUCTVERSION 1,8,0 ,0
54+ FILEVERSION 1,8,1 ,0
55+ PRODUCTVERSION 1,8,1 ,0
5656 FILEFLAGSMASK 0x3fL
5757#ifdef _DEBUG
5858 FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969 BEGIN
7070 VALUE "CompanyName", "kaoru"
7171 VALUE "FileDescription", "An install bootstrapper."
72- VALUE "FileVersion", "1.8.0 "
72+ VALUE "FileVersion", "1.8.1 "
7373 VALUE "InternalName", "setup.exe"
7474 VALUE "LegalCopyright", "Copyright (C) 2019-2022 kaoru"
7575 VALUE "OriginalFilename", "setup.exe"
7676 VALUE "ProductName", "tetengo"
77- VALUE "ProductVersion", "1.8.0 "
77+ VALUE "ProductVersion", "1.8.1 "
7878 END
7979 END
8080 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 44 Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
55-->
66<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
7- <Product Name =" tetengo 1.8.0 " Version =" 1.8.0 " Id =" 67022FD8-DE8B-416A-A8A3-6757B6F592A9 " UpgradeCode =" 952185DF-9262-470C-959A-6CB9FE2182B5" Language =" 1033" Codepage =" 1252" Manufacturer =" kaoru" >
7+ <Product Name =" tetengo 1.8.1 " Version =" 1.8.1 " Id =" 5BF3ECE4-5153-49D3-B117-0BCF4DBE357E " UpgradeCode =" 952185DF-9262-470C-959A-6CB9FE2182B5" Language =" 1033" Codepage =" 1252" Manufacturer =" kaoru" >
88 <Package Id =" *" Description =" tetengo Installer" Manufacturer =" kaoru" InstallerVersion =" 500" Languages =" 1033" Compressed =" yes" SummaryCodepage =" 1252" />
99 <MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
1010
You can’t perform that action at this time.
0 commit comments