Mercurial > public > mk2
changeset 610:9eb535f2834d
2.28beta start
author | heinrichsweikamp |
---|---|
date | Sat, 07 Jul 2012 09:11:01 +0200 |
parents | bbf5e1506c39 |
children | 99c601c24065 |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt Sat Jul 07 09:09:55 2012 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Sat Jul 07 09:11:01 2012 +0200 @@ -1,3 +1,10 @@ +New in 2.28: +BETA Version - Do NOT use for diving! + +New in 2.27: +BETA Version - Do NOT use for diving! +BUGFIX: Reset CFIII on update + New in 2.26: BETA Version - Do NOT use for diving! CHANGE: Safety stop behaviour
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Sat Jul 07 09:09:55 2012 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sat Jul 07 09:11:01 2012 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'27' ; Software version XX.YY +#DEFINE softwareversion_y d'28' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)