Skip to content

Commit

Permalink
fixed for v250-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
funfun-dc5 committed Jan 24, 2023
1 parent 78560c3 commit 9fe25e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/windows/qtbrynhildr.iss.template
Expand Up @@ -6,7 +6,7 @@
#define ArchName "%ARCHNAME%"
#define BuildTool "%BUILDTOOL%"
#define AppVer "2.5.0"
#define RCName "-rc1"
#define RCName "-rc2"
#define AppVerNum StringChange(AppVer, ".", "")
#define AppDateString GetDateTimeString("yyyymmdd", "", "")
#define AuthName "mcz-xoxo"
Expand Down
4 changes: 2 additions & 2 deletions src/resource/qtbrynhildr.rc
Expand Up @@ -7,7 +7,7 @@
IDI_ICON1 ICON DISCARDABLE "images/qtbrynhildr48.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,0,1
FILEVERSION 2,5,0,2
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -25,7 +25,7 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "mcz-xoxo"
VALUE "FileDescription", "Qt Brynhildr : A client software for Brynhildr"
VALUE "FileVersion", "2.5.0.1"
VALUE "FileVersion", "2.5.0.2"
VALUE "LegalCopyright", "FunFun @ mcz-xoxo"
VALUE "OriginalFilename", "qtbrynhildr.exe"
VALUE "ProductName", "Qt Brynhildr"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -7,7 +7,7 @@
// version
#define QTB_VERSION "2.5.0"

#define QTB_RCNAME "-rc1"
#define QTB_RCNAME "-rc2"
#define QTB_VERSION_NUMBER 2500

#if __x86_64__ || __LP64__ || _WIN64
Expand Down

0 comments on commit 9fe25e4

Please sign in to comment.