Skip to content

Commit

Permalink
update to 1.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiess committed Jul 17, 2019
1 parent 290c744 commit a0f22e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pxScene2d/src/macstuff/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0.2</string>
<string>1.2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions examples/pxScene2d/src/win/pxscene.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IDI_ICON1 ICON Spark_installer.ico

1 VERSIONINFO
FILEVERSION 1,2,0,2
FILEVERSION 1,2,0,3
FILEOS 0x4
FILETYPE 0x0
BEGIN
Expand All @@ -15,7 +15,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright 2018"
VALUE "OriginalFilename", "pxscene.exe"
VALUE "ProductName", "pxscene"
VALUE "ProductVersion", "1,2,0,2"
VALUE "ProductVersion", "1,2,0,3"
END
END

Expand Down

0 comments on commit a0f22e8

Please sign in to comment.