Mercurial > public > mk2
changeset 273:35bbab4d3c6f
1.86beta release - 1.87beta start
author | heinrichsweikamp |
---|---|
date | Wed, 13 Apr 2011 10:07:37 +0200 |
parents | 9657a7bcc7e1 |
children | a728b4a1b660 |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt Wed Apr 13 08:35:46 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Apr 13 10:07:37 2011 +0200 @@ -1,6 +1,10 @@ +New in 1.87 beta: +BETA Version - Do NOT use for diving! + New in 1.86 beta: BETA Version - Do NOT use for diving! BUGFIX: Average depth in Logbook fixed +BUGFIX: Stand-alone simulator New in 1.85 beta: BETA Version - Do NOT use for diving!
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Wed Apr 13 08:35:46 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Apr 13 10:07:37 2011 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'1' ; Software version XX.YY -#DEFINE softwareversion_y d'86' ; Software version XX.YY +#DEFINE softwareversion_y d'87' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)