Mercurial > public > mk2
changeset 456:f4fbda6db91c
2.0 release - 2.1 beta start
| author | heinrichsweikamp |
|---|---|
| date | Wed, 31 Aug 2011 09:27:16 +0200 |
| parents | c512a868937c |
| children | 993e681e89cf |
| files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm |
| diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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
