Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
drmortalwombat committed Jun 12, 2024
1 parent d7a2b98 commit 5993f75
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 74 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.28.245");
strcpy(strProductVersion, "1.28.246");

#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,28,245,0
PRODUCTVERSION 1,28,245,0
FILEVERSION 1,28,246,0
PRODUCTVERSION 1,28,246,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.28.245.0"
VALUE "FileVersion", "1.28.246.0"
VALUE "InternalName", "oscar64.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "oscar64.exe"
VALUE "ProductName", "oscar64"
VALUE "ProductVersion", "1.28.245.0"
VALUE "ProductVersion", "1.28.246.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit 5993f75

Please sign in to comment.