Skip to content

Commit

Permalink
Incremented version number to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
pi1541 committed Dec 31, 2019
1 parent e6ab3c6 commit e907841
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 = 22;
unsigned versionMinor = 23;

// 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 e907841

Please sign in to comment.