Skip to content

Commit

Permalink
bump version/date
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Apr 3, 2019
1 parent f93b103 commit 1189a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop.inc
Expand Up @@ -9,7 +9,7 @@ screen_height = 192

VERSION_MAJOR = 1
VERSION_MINOR = 2
.define VERSION_SUFFIX "-alpha1"
.define VERSION_SUFFIX "-alpha2"

DA_FILE_TYPE = $F1
DA_AUX_TYPE = $640 ; High bit set = don't show in Apple menu
Expand Down
2 changes: 1 addition & 1 deletion desktop/desktop_aux.s
Expand Up @@ -3315,7 +3315,7 @@ str_about4: PASCAL_STRING "All Rights Reserved"
str_about5: PASCAL_STRING "Authors: Stephane Cavril, Bernard Gallet, Henri Lamiraux"
str_about6: PASCAL_STRING "Richard Danais and Luc Barthelet"
str_about7: PASCAL_STRING "With thanks to: A. Gerard, J. Gerber, P. Pahl, J. Bernard"
str_about8: PASCAL_STRING "February 2, 2019"
str_about8: PASCAL_STRING "April 2, 2019"
str_about9: PASCAL_STRING .sprintf("Version %d.%d%s",::VERSION_MAJOR,::VERSION_MINOR,VERSION_SUFFIX)

;; "Copy File" dialog strings
Expand Down

0 comments on commit 1189a3a

Please sign in to comment.