changeset 47:1492cfcff7c9

1.02 beta start
author heinrichsweikamp
date Wed, 04 Sep 2013 12:39:40 +0200
parents 05227510cae0
children 7c7d7644ca37
files src/changelog.txt src/ostc3.inc
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/changelog.txt	Wed Sep 04 12:39:17 2013 +0200
+++ b/src/changelog.txt	Wed Sep 04 12:39:40 2013 +0200
@@ -1,3 +1,6 @@
+New in 1.01:
+BUGFIX: deco gas init in OC planner
+
 New in 1.00:
 BUGFIX: Percent display with 1,5V batteries
 
--- a/src/ostc3.inc	Wed Sep 04 12:39:17 2013 +0200
+++ b/src/ostc3.inc	Wed Sep 04 12:39:40 2013 +0200
@@ -19,8 +19,8 @@
 #include <ports.inc>                        ; Portmap
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'01'		; Software version  XX.YY
-#DEFINE softwareversion_beta 	0 			; (and 0 for release)
+#DEFINE	softwareversion_y		d'02'		; Software version  XX.YY
+#DEFINE softwareversion_beta 	1 			; (and 0 for release)
 
 #DEFINE comm_service_key        0xABCDEF