# HG changeset patch # User heinrichsweikamp # Date 1378291180 -7200 # Node ID 1492cfcff7c950949fb649f3f37c469cee762e29 # Parent 05227510cae05ae3ebf26e54f4de37165e2504f4 1.02 beta start diff -r 05227510cae0 -r 1492cfcff7c9 src/changelog.txt --- 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 diff -r 05227510cae0 -r 1492cfcff7c9 src/ostc3.inc --- 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 ; 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