# HG changeset patch # User heinrichsweikamp # Date 1392118747 -3600 # Node ID a754942cdbb8cb19231bbb74dc04f7492f656b9e # Parent b23b43d6d50d6ed41c74231d5c0c6855102f1257 2.90 release diff -r b23b43d6d50d -r a754942cdbb8 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Jan 28 08:47:54 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Tue Feb 11 12:39:07 2014 +0100 @@ -1,3 +1,7 @@ +New in 2.90: +Stable Release +BUGFIX: CNS calculation in decoplan should track gas (no marked changes anymore) + New in 2.81: BUGFIX: Show bailout list if first bailout gas <> gas 1 BUGFIX: Italian language fix (Divemode menu) diff -r b23b43d6d50d -r a754942cdbb8 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Tue Jan 28 08:47:54 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Tue Feb 11 12:39:07 2014 +0100 @@ -22,9 +22,9 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'81' ; Software version XX.YY +#DEFINE softwareversion_y d'90' ; Software version XX.YY -#DEFINE softwareversion_beta 1 ; (and 0 for release) +#DEFINE softwareversion_beta 0 ; (and 0 for release) #DEFINE max_custom_number d'73' ; Number of last used custom function