Skip to content

Commit

Permalink
Incremented version number to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
pi1541 committed Jan 23, 2021
1 parent c512be7 commit be4abef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extern "C"
#include "ssd_logo.h"

unsigned versionMajor = 1;
unsigned versionMinor = 23;
unsigned versionMinor = 24;

// When the emulated CPU starts we execute the first million odd cycles in non-real-time (ie as fast as possible so the emulated 1541 becomes responsive to CBM-Browser asap)
// During these cycles the CPU is executing the ROM self test routines (these do not need to be cycle accurate)
Expand Down

0 comments on commit be4abef

Please sign in to comment.