File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
branches : [ master ]
14
14
15
15
env :
16
- TETENGO_VER : 1.6.0
16
+ TETENGO_VER : 1.6.1
17
17
CONCURRENT_BUILD : 4
18
18
BOOST_VER : 1_79_0
19
19
BOOST_VER_DOT : 1.79.0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = tetengo
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.6.0
41
+ PROJECT_NUMBER = 1.6.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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.6.0
1
+ tetengo 1.6.1
2
2
=============
3
3
4
4
[ TOC]
Original file line number Diff line number Diff line change 3
3
4
4
# ### General ####
5
5
AC_PREREQ ( [ 2.69] )
6
- AC_INIT ( [ tetengo] , [ 1.6.0 ] , [ https://github.com/tetengo] )
6
+ AC_INIT ( [ tetengo] , [ 1.6.1 ] , [ https://github.com/tetengo] )
7
7
AC_CONFIG_SRCDIR ( [ precompiled/precompiled.h] )
8
8
AC_CONFIG_HEADERS ( [ config.h] )
9
9
AM_INIT_AUTOMAKE ( [ --warnings=no-portability] )
Original file line number Diff line number Diff line change 51
51
//
52
52
53
53
VS_VERSION_INFO VERSIONINFO
54
- FILEVERSION 1,6,0 ,0
55
- PRODUCTVERSION 1,6,0 ,0
54
+ FILEVERSION 1,6,1 ,0
55
+ PRODUCTVERSION 1,6,1 ,0
56
56
FILEFLAGSMASK 0x3fL
57
57
#ifdef _DEBUG
58
58
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
69
69
BEGIN
70
70
VALUE "CompanyName", "kaoru"
71
71
VALUE "FileDescription", "An install bootstrapper."
72
- VALUE "FileVersion", "1.6.0 "
72
+ VALUE "FileVersion", "1.6.1 "
73
73
VALUE "InternalName", "setup.exe"
74
74
VALUE "LegalCopyright", "Copyright (C) 2019-2022 kaoru"
75
75
VALUE "OriginalFilename", "setup.exe"
76
76
VALUE "ProductName", "tetengo"
77
- VALUE "ProductVersion", "1.6.0 "
77
+ VALUE "ProductVersion", "1.6.1 "
78
78
END
79
79
END
80
80
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 4
4
Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
5
5
-->
6
6
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
7
- <Product Name =" tetengo 1.6.0 " Version =" 1.6.0 " Id =" ECFFF0EA-2AC4-4E07-B53C-86F90FB27EC9 " UpgradeCode =" 952185DF-9262-470C-959A-6CB9FE2182B5" Language =" 1033" Codepage =" 1252" Manufacturer =" kaoru" >
7
+ <Product Name =" tetengo 1.6.1 " Version =" 1.6.1 " Id =" E8C65DFA-2F4D-43CE-8909-B8D5DC321D30 " UpgradeCode =" 952185DF-9262-470C-959A-6CB9FE2182B5" Language =" 1033" Codepage =" 1252" Manufacturer =" kaoru" >
8
8
<Package Id =" *" Description =" tetengo Installer" Manufacturer =" kaoru" InstallerVersion =" 500" Languages =" 1033" Compressed =" yes" SummaryCodepage =" 1252" />
9
9
<MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
10
10
You can’t perform that action at this time.
0 commit comments