Mercurial > public > mk2
changeset 792:19aec5caa759
2.94beta release
author | heinrichsweikamp |
---|---|
date | Fri, 29 Aug 2014 10:35:26 +0200 |
parents | a652b0ff4dcf |
children | 55bd11e07d9f |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt Thu Aug 28 20:18:49 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Fri Aug 29 10:35:26 2014 +0200 @@ -1,3 +1,6 @@ +New in 2.95: +BETA Version + New in 2.94: BETA Version BUGFIX: False bailout flag in logbook
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Thu Aug 28 20:18:49 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Fri Aug 29 10:35:26 2014 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'94' ; Software version XX.YY +#DEFINE softwareversion_y d'95' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)