# HG changeset patch
# User heinrichsweikamp
# Date 1311076349 -7200
# Node ID ad0f145ba6191ee14e0bab0dfa2752a50f8adefc
# Parent  c72461857a744ea67be7429eb0d22cf4bfe94a7f
1.94 release - 1.95start

diff -r c72461857a74 -r ad0f145ba619 code_part1/OSTC_code_asm_part1/changelog.txt
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Mon Jul 18 16:34:30 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jul 19 13:52:29 2011 +0200
@@ -1,5 +1,7 @@
+New in 1.95 beta:
+
 New in 1.94 beta:
-BETA Version - Do NOT use for diving!
+Pre-Release for 2.0 Stable
 BUGFIX: CNS was not cleared with a "Reset Deco"
 CHANGE: Max. depth for simulator now 120m
 BUGFIX: Ascend threshold in high altitude mode
diff -r c72461857a74 -r ad0f145ba619 code_part1/OSTC_code_asm_part1/definitions.asm
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Mon Jul 18 16:34:30 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jul 19 13:52:29 2011 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'94'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'95'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)