Skip to content

Commit

Permalink
This is vAmiga 2.1b3
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Jun 26, 2022
1 parent d333249 commit cbd6c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Emulator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#define VER_MAJOR 2
#define VER_MINOR 1
#define VER_SUBMINOR 0
#define VER_BETA 2
#define VER_BETA 3

// Snapshot version number
#define SNP_MAJOR 2
#define SNP_MINOR 1
#define SNP_SUBMINOR 0
#define SNP_BETA 2
#define SNP_BETA 3

// Uncomment this setting in a release build
// #define RELEASEBUILD
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1b2</string>
<string>2.1b3</string>
<key>CFBundleVersion</key>
<string>220609</string>
<string>220626</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit cbd6c50

Please sign in to comment.