Skip to content

Commit 523dc0f

Browse files
committed
v0.42.1
1 parent c450e1f commit 523dc0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Amiga/Foundation/va_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static const int BLT_CHECKSUM = 2; // Blitter checksums
8080
// #define BORDER_DEBUG // Draws the border in debug colors
8181
// #define PIXEL_DEBUG // Highlight first pixel in each 16-bit pixel chunk
8282
// #define LINE_DEBUG // Colorizes certain rasterlines
83-
#define ALIGN_DRIVE_HEAD // Makes drive operations deterministic
83+
// #define ALIGN_DRIVE_HEAD // Makes drive operations deterministic
8484
// #define SLOW_BLT_DEBUG // Execute all slow Blitter instructions in one chunk
8585
#define AGNUS_EXEC_DEBUG // Falls back to a simpler Agnus execution function
8686

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>0.42</string>
41+
<string>0.42.1</string>
4242
<key>CFBundleVersion</key>
43-
<string>0.42</string>
43+
<string>0.42.1</string>
4444
<key>LSApplicationCategoryType</key>
4545
<string>public.app-category.entertainment</string>
4646
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)