Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
drmortalwombat committed Jul 4, 2024
1 parent 4068957 commit c0e524c
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 205 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.29.247");
strcpy(strProductVersion, "1.30.248");

#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,29,247,0
PRODUCTVERSION 1,29,247,0
FILEVERSION 1,30,248,0
PRODUCTVERSION 1,30,248,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.29.247.0"
VALUE "FileVersion", "1.30.248.0"
VALUE "InternalName", "oscar64.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "oscar64.exe"
VALUE "ProductName", "oscar64"
VALUE "ProductVersion", "1.29.247.0"
VALUE "ProductVersion", "1.30.248.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit c0e524c

Please sign in to comment.