Skip to content

Commit

Permalink
Bump verson to 1.4-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Feb 3, 2024
1 parent e75bc8e commit 5e9352d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
.define kDeskTopProductName "Apple II DeskTop"
kDeskTopVersionMajor = 1
kDeskTopVersionMinor = 4
.define kDeskTopVersionSuffix "-alpha4"
.define kBuildDate "December 31, 2023"
kBuildYYYY = 2023
kBuildYY = 23
kBuildMM = 12
kBuildDD = 31
.define kDeskTopVersionSuffix "-alpha5"
.define kBuildDate "February 3, 2024"
kBuildYYYY = 2024
kBuildYY = 24
kBuildMM = 2
kBuildDD = 3

;;; Localization - applies language suffix to filename

Expand Down

0 comments on commit 5e9352d

Please sign in to comment.