Skip to content

Commit

Permalink
v2.8.1: Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Jan 22, 2024
1 parent c0b603d commit 9aadd88
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.8.0.0"
version="2.8.1.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.8</string>
<string>2.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
<string>Unknown</string>
<key>CFBundleVersion</key>
<string>2.8</string>
<string>2.8.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2019-2024 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,8,0,0
PRODUCTVERSION 2,8,0,0
FILEVERSION 2,8,1,0
PRODUCTVERSION 2,8,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -77,12 +77,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "CraftOS-PC"
VALUE "FileVersion", "2.8.0.0"
VALUE "FileVersion", "2.8.1.0"
VALUE "InternalName", "CraftOS-PC.exe"
VALUE "LegalCopyright", "Copyright (C) 2019-2024 JackMacWindows."
VALUE "OriginalFilename", "CraftOS-PC.exe"
VALUE "ProductName", "CraftOS-PC"
VALUE "ProductVersion", "2.8.0.0"
VALUE "ProductVersion", "2.8.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {
#include <Computer.hpp>
#include <Terminal.hpp>

#define CRAFTOSPC_VERSION "v2.8"
#define CRAFTOSPC_CC_VERSION "1.109.2"
#define CRAFTOSPC_VERSION "v2.8.1"
#define CRAFTOSPC_CC_VERSION "1.109.3"
#define CRAFTOSPC_INDEV false

using path_t = std::filesystem::path;
Expand Down

0 comments on commit 9aadd88

Please sign in to comment.