Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
drmortalwombat committed Dec 7, 2024
1 parent 067e169 commit 7c8ab99
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 270 deletions.
2 changes: 1 addition & 1 deletion oscar64/oscar64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int main2(int argc, const char** argv)

#else
strcpy(strProductName, "oscar64");
strcpy(strProductVersion, "1.31.257");
strcpy(strProductVersion, "1.31.258");

#ifdef __APPLE__
uint32_t length = sizeof(basePath);
Expand Down
8 changes: 4 additions & 4 deletions oscar64/oscar64.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,31,257,0
PRODUCTVERSION 1,31,257,0
FILEVERSION 1,31,258,0
PRODUCTVERSION 1,31,258,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,12 +43,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "oscar64"
VALUE "FileDescription", "oscar64 compiler"
VALUE "FileVersion", "1.31.257.0"
VALUE "FileVersion", "1.31.258.0"
VALUE "InternalName", "oscar64.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "oscar64.exe"
VALUE "ProductName", "oscar64"
VALUE "ProductVersion", "1.31.257.0"
VALUE "ProductVersion", "1.31.258.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit 7c8ab99

Please sign in to comment.