Skip to content

Commit

Permalink
Change the version to 1.4.4 #177
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Jul 31, 2021
1 parent adb43f3 commit d9f70a3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-visualcpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
CACHE_REV: 0
TETENGO_VER: 1.4.3
TETENGO_VER: 1.4.4
CONCURRENT_BUILD: 4
BOOST_VER: 1_76_0
BOOST_VER_DOT: 1.76.0
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3
PROJECT_NUMBER = 1.4.4

# 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tetengo 1.4.3
tetengo 1.4.4
=============

[TOC]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#### General ####
AC_PREREQ([2.69])
AC_INIT([tetengo], [1.4.3], [https://github.com/tetengo])
AC_INIT([tetengo], [1.4.4], [https://github.com/tetengo])
AC_CONFIG_SRCDIR([precompiled/precompiled.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([--warnings=no-portability])
Expand Down
8 changes: 4 additions & 4 deletions executable/setup/res/setup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEVERSION 1,4,4,0
PRODUCTVERSION 1,4,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "kaoru"
VALUE "FileDescription", "An install bootstrapper."
VALUE "FileVersion", "1.4.3"
VALUE "FileVersion", "1.4.4"
VALUE "InternalName", "setup.exe"
VALUE "LegalCopyright", "Copyright (C) 2019-2021 kaoru"
VALUE "OriginalFilename", "setup.exe"
VALUE "ProductName", "tetengo"
VALUE "ProductVersion", "1.4.3"
VALUE "ProductVersion", "1.4.4"
END
END
BLOCK "VarFileInfo"
Expand Down
3 changes: 2 additions & 1 deletion setup/installer/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
Copyright (C) 2019-2021 kaoru https://www.tetengo.org/
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<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">
<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">
<Package Id="*" Description="tetengo Installer" Manufacturer="kaoru" InstallerVersion="500" Languages="1033" Compressed="yes" SummaryCodepage="1252" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

<Media Id="1" Cabinet="main.cab" EmbedCab="yes" DiskPrompt="Insert the media #1." />
<Property Id="DiskPrompt" Value="tetengo Installer" />
Expand Down

0 comments on commit d9f70a3

Please sign in to comment.