# HG changeset patch # User heinrichsweikamp # Date 1392118816 -3600 # Node ID 6861f72ece13512f8d676f460f1d2feabaabae64 # Parent a754942cdbb8cb19231bbb74dc04f7492f656b9e 2.91beta start diff -r a754942cdbb8 -r 6861f72ece13 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Feb 11 12:39:07 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Tue Feb 11 12:40:16 2014 +0100 @@ -1,3 +1,6 @@ +New in 2.91: +BETA Version - Do NOT use for diving + New in 2.90: Stable Release BUGFIX: CNS calculation in decoplan should track gas (no marked changes anymore) diff -r a754942cdbb8 -r 6861f72ece13 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Tue Feb 11 12:39:07 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Tue Feb 11 12:40:16 2014 +0100 @@ -22,9 +22,9 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'90' ; Software version XX.YY +#DEFINE softwareversion_y d'91' ; Software version XX.YY -#DEFINE softwareversion_beta 0 ; (and 0 for release) +#DEFINE softwareversion_beta 1 ; (and 0 for release) #DEFINE max_custom_number d'73' ; Number of last used custom function