Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawa-oneechan committed Oct 23, 2021
1 parent f3939ff commit 00d3ff4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SCICompanionLib/SCICompanionLib.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ CAPTION "About SCICompanion"
FONT 9, "Segoe UI", 0, 0, 0x1
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC4,11,17,20,20
LTEXT "SCICompanion version 3.2.3.2",IDC_STATIC1,50,7,121,8,SS_NOPREFIX
LTEXT "SCICompanion version 3.2.4",IDC_STATIC1,50,7,121,8,SS_NOPREFIX
LTEXT "� 2021 IceFall Games",IDC_STATIC2,50,25,119,8
DEFPUSHBUTTON "OK",IDOK,238,7,50,16,BS_FLAT | WS_GROUP
EDITTEXT IDC_EDIT1,50,41,238,127,ES_MULTILINE | ES_READONLY | ES_AUTOVSCROLL | WS_VSCROLL
Expand Down Expand Up @@ -2401,8 +2401,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,2,3,2
PRODUCTVERSION 3,2,3,2
FILEVERSION 3,2,4,0
PRODUCTVERSION 3,2,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -2419,12 +2419,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "IceFall Games"
VALUE "FileDescription", "SCICompanion"
VALUE "FileVersion", "3.2.3.2"
VALUE "FileVersion", "3.2.4"
VALUE "InternalName", "SCICompanion.exe"
VALUE "LegalCopyright", "� IceFall Games. All rights reserved."
VALUE "OriginalFilename", "SCICompanion.exe"
VALUE "ProductName", "SCI Companion 3"
VALUE "ProductVersion", "3.2.3.2"
VALUE "ProductVersion", "3.2.4"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 00d3ff4

Please sign in to comment.