Skip to content

Commit

Permalink
Change the version to 1.8.1 #285
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Jun 3, 2023
1 parent f523a2d commit e32ae03
Show file tree
Hide file tree
Showing 6 changed files with 9 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 @@ -13,7 +13,7 @@ on:
branches: [ master ]

env:
TETENGO_VER: 1.8.0
TETENGO_VER: 1.8.1
CONCURRENT_BUILD: 4
BOOST_VER: 1_82_0
BOOST_VER_DOT: 1.82.0
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = tetengo
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.8.0
PROJECT_NUMBER = 1.8.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
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.8.0
tetengo 1.8.1
=============

[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.8.0], [https://github.com/tetengo])
AC_INIT([tetengo], [1.8.1], [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,8,0,0
PRODUCTVERSION 1,8,0,0
FILEVERSION 1,8,1,0
PRODUCTVERSION 1,8,1,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.8.0"
VALUE "FileVersion", "1.8.1"
VALUE "InternalName", "setup.exe"
VALUE "LegalCopyright", "Copyright (C) 2019-2022 kaoru"
VALUE "OriginalFilename", "setup.exe"
VALUE "ProductName", "tetengo"
VALUE "ProductVersion", "1.8.0"
VALUE "ProductVersion", "1.8.1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion setup/installer/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<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">
<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">
<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." />

Expand Down

0 comments on commit e32ae03

Please sign in to comment.