changeset 496:97d3f5537b43

2.05beta start....
author heinrichsweikamp
date Mon, 07 Nov 2011 13:08:52 +0100
parents a5235ae970af
children 06db5dd9149f
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Mon Nov 07 12:51:25 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Mon Nov 07 13:08:52 2011 +0100
@@ -1,3 +1,6 @@
+New in 2.05 beta:
+BETA Version - Do NOT use for diving!
+
 New in 2.04 beta:
 BETA Version - Do NOT use for diving!
 BUGFIX: Missing surface pressure for CNS in decoplan.
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Mon Nov 07 12:51:25 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Mon Nov 07 13:08:52 2011 +0100
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'4'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'05'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)