File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1414
1515env :
1616 CACHE_REV : 0
17- TETENGO_VER : 1.4.3
17+ TETENGO_VER : 1.4.4
1818 CONCURRENT_BUILD : 4
1919 BOOST_VER : 1_76_0
2020 BOOST_VER_DOT : 1.76.0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = tetengo
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 1.4.3
41+ PROJECT_NUMBER = 1.4.4
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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.4.3
1+ tetengo 1.4.4
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.4.3 ] , [ https://github.com/tetengo] )
6+ AC_INIT ( [ tetengo] , [ 1.4.4 ] , [ 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,4,0 ,0
55- PRODUCTVERSION 1,4,0 ,0
54+ FILEVERSION 1,4,4 ,0
55+ PRODUCTVERSION 1,4,4 ,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.4.3 "
72+ VALUE "FileVersion", "1.4.4 "
7373 VALUE "InternalName", "setup.exe"
7474 VALUE "LegalCopyright", "Copyright (C) 2019-2021 kaoru"
7575 VALUE "OriginalFilename", "setup.exe"
7676 VALUE "ProductName", "tetengo"
77- VALUE "ProductVersion", "1.4.3 "
77+ VALUE "ProductVersion", "1.4.4 "
7878 END
7979 END
8080 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 44 Copyright (C) 2019-2021 kaoru https://www.tetengo.org/
55-->
66<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
7- <Product Name =" tetengo" Id =" EA38548A-0408-44AD-91F2-B52FF8A4B911 " UpgradeCode =" 952185DF-9262-470C-959A-6CB9FE2182B5" Language =" 1033" Codepage =" 1252" Version = " 1.4.3 " Manufacturer =" kaoru" >
7+ <Product Name =" tetengo 1.4.4 " Version = " 1.4.4 " Id =" AACE8DD9-06AB-4715-9E88-FF5A1C25A604 " 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" />
9+ <MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
910
1011 <Media Id =" 1" Cabinet =" main.cab" EmbedCab =" yes" DiskPrompt =" Insert the media #1." />
1112 <Property Id =" DiskPrompt" Value =" tetengo Installer" />
You can’t perform that action at this time.
0 commit comments