# HG changeset patch # User heinrichsweikamp # Date 1326891086 -3600 # Node ID 5a973816673efcd9487666cf555abcb5d65def92 # Parent 56da3e962e98ebbce6bbcd304ce5e7fa9473039b Stable release candiate diff -r 56da3e962e98 -r 5a973816673e code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Sat Jan 14 22:06:28 2012 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Jan 18 13:51:26 2012 +0100 @@ -1,3 +1,6 @@ +New in 2.20: +Stable Release + New in 2.10 beta: BETA Version - Do NOT use for diving! diff -r 56da3e962e98 -r 5a973816673e code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Sat Jan 14 22:06:28 2012 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Jan 18 13:51:26 2012 +0100 @@ -22,9 +22,9 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'11' ; Software version XX.YY +#DEFINE softwareversion_y d'20' ; 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'58' ; Number of last used custom function