Skip to content

Commit 4f63625

Browse files
committed
This is vAmiga v2.0b3
1 parent e77195a commit 4f63625

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Emulator/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
#define VER_MAJOR 2
1818
#define VER_MINOR 0
1919
#define VER_SUBMINOR 0
20-
#define VER_BETA 2
20+
#define VER_BETA 3
2121

2222
// Snapshot version number
2323
#define SNP_MAJOR 2
2424
#define SNP_MINOR 0
2525
#define SNP_SUBMINOR 0
26-
#define SNP_BETA 2
26+
#define SNP_BETA 3
2727

2828
// Uncomment this setting in a release build
29-
// #define RELEASEBUILD
29+
#define RELEASEBUILD
3030

3131
//
3232
// Build settings

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@
146146
<key>CFBundlePackageType</key>
147147
<string>APPL</string>
148148
<key>CFBundleShortVersionString</key>
149-
<string>2.0b2</string>
149+
<string>2.0b3</string>
150150
<key>CFBundleVersion</key>
151-
<string>220408</string>
151+
<string>220410</string>
152152
<key>LSApplicationCategoryType</key>
153153
<string>public.app-category.entertainment</string>
154154
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)