Skip to content

Commit b37ccbb

Browse files
committed
Bumped up version number to 3.0
1 parent ba66cd5 commit b37ccbb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Emulator/config.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
//
1515

1616
// Version number
17-
#define VER_MAJOR 2
18-
#define VER_MINOR 6
19-
#define VER_SUBMINOR 2
20-
#define VER_BETA 0
17+
#define VER_MAJOR 3
18+
#define VER_MINOR 0
19+
#define VER_SUBMINOR 0
20+
#define VER_BETA 1
2121

2222
// Snapshot version number
23-
#define SNP_MAJOR 2
24-
#define SNP_MINOR 6
23+
#define SNP_MAJOR 3
24+
#define SNP_MINOR 0
2525
#define SNP_SUBMINOR 0
26-
#define SNP_BETA 0
26+
#define SNP_BETA 1
2727

2828
// Uncomment this setting in a release build
2929
// #define RELEASEBUILD

vAmiga.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@
28682868
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
28692869
CODE_SIGN_STYLE = Manual;
28702870
COMBINE_HIDPI_IMAGES = YES;
2871-
CURRENT_PROJECT_VERSION = 240912;
2871+
CURRENT_PROJECT_VERSION = 240914;
28722872
DEAD_CODE_STRIPPING = YES;
28732873
DEVELOPMENT_TEAM = "";
28742874
ENABLE_APP_SANDBOX = NO;
@@ -2919,7 +2919,7 @@
29192919
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
29202920
CODE_SIGN_STYLE = Manual;
29212921
COMBINE_HIDPI_IMAGES = YES;
2922-
CURRENT_PROJECT_VERSION = 240912;
2922+
CURRENT_PROJECT_VERSION = 240914;
29232923
DEAD_CODE_STRIPPING = YES;
29242924
DEVELOPMENT_TEAM = "";
29252925
ENABLE_APP_SANDBOX = NO;

vAmiga.xcodeproj/xcshareddata/xcschemes/vAmiga.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</CommandLineArgument>
6868
<CommandLineArgument
6969
argument = "-&quot;agnus set PTR_DROPS false&quot;"
70-
isEnabled = "YES">
70+
isEnabled = "NO">
7171
</CommandLineArgument>
7272
<CommandLineArgument
7373
argument = "-&quot;joshua&quot;"

0 commit comments

Comments
 (0)