changeset 727:7357d61e9fa0

beta 2.66 start
author heinrichsweikamp
date Fri, 07 Jun 2013 11:07:34 +0200
parents 05cc46fe44be
children 0ab7d244c6ec
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jun 04 18:45:01 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Fri Jun 07 11:07:34 2013 +0200
@@ -1,5 +1,6 @@
-New in 2.64:
+New in 2.65:
 BETA Version - Do NOT use for diving!
+CHANGE: show old decoplan after gas change until new decoplan is ready
 CHANGE: "ostc3-style" menu titles
 NEW: Vault date and time during update
 
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jun 04 18:45:01 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Jun 07 11:07:34 2013 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'64'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'66'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)