changeset 606:4f43aee67da0

2.27beta start
author heinrichsweikamp
date Thu, 05 Jul 2012 11:25:32 +0200
parents c3336f944e53
children 227eaded4e1b bbf5e1506c39
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Jul 04 22:21:07 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Thu Jul 05 11:25:32 2012 +0200
@@ -1,3 +1,8 @@
+New in 2.26:
+BETA Version - Do NOT use for diving!
+CHANGE: Safety stop behaviour
+BUGFIX: Reset CFIII Menu
+
 New in 2.25:
 BETA Version - Do NOT use for diving!
 NEW: CF65: Show a safety stop for no-deco dives
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Wed Jul 04 22:21:07 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Thu Jul 05 11:25:32 2012 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'26'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'27'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)