Skip to content

Commit

Permalink
v2.6.6: Updated version for real
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed May 5, 2022
1 parent 4c923e7 commit ebb13e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resources/CraftOS-PC.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="CraftOS-PC"
version="2.6.5.1"
version="2.6.6.0"
processorArchitecture="*"
/>
<description>Advanced ComputerCraft Emulator</description>
Expand Down
4 changes: 2 additions & 2 deletions resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
<string>Unknown</string>
<key>CFBundleVersion</key>
<string>2.6.5.1</string>
<string>2.6.6</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2019-2022 JackMacWindows.</string>
<key>NSHighResolutionCapable</key>
Expand Down
8 changes: 4 additions & 4 deletions src/platform/CraftOS-PC 2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ MANIFEST RT_MANIFEST "..\\..\\resources\\CraftOS-PC.e
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,6,5,1
PRODUCTVERSION 2,6,5,1
FILEVERSION 2,6,6,0
PRODUCTVERSION 2,6,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -77,12 +77,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "CraftOS-PC"
VALUE "FileVersion", "2.6.5.1"
VALUE "FileVersion", "2.6.6.0"
VALUE "InternalName", "CraftOS-PC.exe"
VALUE "LegalCopyright", "Copyright (C) 2019-2022 JackMacWindows."
VALUE "OriginalFilename", "CraftOS-PC.exe"
VALUE "ProductName", "CraftOS-PC"
VALUE "ProductVersion", "2.6.5.1"
VALUE "ProductVersion", "2.6.6.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ebb13e8

Please sign in to comment.