From 52b4658db36fbf0f949e34885795cc54267880c2 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Sun, 5 Aug 2018 16:11:40 +1000 Subject: [PATCH] Incremented build version number. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2ae3bf5..6e389c1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,7 @@ extern "C" #include "ssd_logo.h" unsigned versionMajor = 1; -unsigned versionMinor = 10; +unsigned versionMinor = 11; // 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)