We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada8cf9 commit d2521e1Copy full SHA for d2521e1
Emulator/config.h
@@ -16,7 +16,7 @@
16
// Version number
17
#define VER_MAJOR 2
18
#define VER_MINOR 0
19
-#define VER_SUBMINOR 0
+#define VER_SUBMINOR 1
20
#define VER_BETA 0
21
22
// Snapshot version number
Resources/Info.plist
@@ -146,9 +146,9 @@
146
<key>CFBundlePackageType</key>
147
<string>APPL</string>
148
<key>CFBundleShortVersionString</key>
149
- <string>2.0</string>
+ <string>2.01</string>
150
<key>CFBundleVersion</key>
151
- <string>220510</string>
+ <string>220520</string>
152
<key>LSApplicationCategoryType</key>
153
<string>public.app-category.entertainment</string>
154
<key>LSMinimumSystemVersion</key>
0 commit comments