# HG changeset patch # User heinrichsweikamp # Date 1314775636 -7200 # Node ID f4fbda6db91cc56938f0c8aa3e0cc57a3104bc04 # Parent c512a868937c34ccb363c2d229d4bd1503069a61 2.0 release - 2.1 beta start diff -r c512a868937c -r f4fbda6db91c code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Aug 30 16:29:21 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Aug 31 09:27:16 2011 +0200 @@ -1,3 +1,7 @@ +New in 2.00 Stable: +Stable release +BUGFIX: Fixing 32kB boundary read for logbook + New in 1.98 beta: BUGFIX bad first Tp° and ceiling values in logbook curves. diff -r c512a868937c -r f4fbda6db91c code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Tue Aug 30 16:29:21 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Aug 31 09:27:16 2011 +0200 @@ -22,9 +22,9 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'0' ; Software version XX.YY +#DEFINE softwareversion_y d'1' ; 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'58' ; Number of last used custom function