# HG changeset patch
# User heinrichsweikamp
# Date 1295436291 -3600
# Node ID 0ee809806454eadb5da558cda0283d406939c75e
# Parent  aaa6e8720a7de41ffd46145675ee8f383a161c69
1.80 stable released, 1.81beta started

diff -r aaa6e8720a7d -r 0ee809806454 code_part1/OSTC_code_asm_part1/changelog.txt
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jan 18 12:01:13 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Jan 19 12:24:51 2011 +0100
@@ -1,8 +1,10 @@
-New in 1.77 Beta:
+New in 1.81 beta:
 BETA Version - Do NOT use for diving!
+
+New in 1.80 Stable:
+Stable release
 BUGFIX: No Custom view in Surfacemode as default
 
-
 New in 1.76 Beta:
 BETA Version - Do NOT use for diving!
 NEW: "beta" is shown for beta versions
diff -r aaa6e8720a7d -r 0ee809806454 code_part1/OSTC_code_asm_part1/definitions.asm
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jan 18 12:01:13 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Wed Jan 19 12:24:51 2011 +0100
@@ -23,9 +23,9 @@
 ;#DEFINE		NO_SENSOR_MODE			; uses Dummy values
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'80'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'81'		; Software version  XX.YY
 
-#DEFINE softwareversion_beta 	0 			; (and 0 for release) 
+#DEFINE softwareversion_beta 	1 			; (and 0 for release) 
 
 #DEFINE	max_custom_number		d'53'		; Number of last used custom function
 
diff -r aaa6e8720a7d -r 0ee809806454 code_part1/OSTC_code_asm_part1/start.asm
--- a/code_part1/OSTC_code_asm_part1/start.asm	Tue Jan 18 12:01:13 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Wed Jan 19 12:24:51 2011 +0100
@@ -124,7 +124,7 @@
 	movwf	EEDATA		
 	call	write_eeprom			; write version y
 	clrf	EEADRH					; Reset EEADRH
-	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
+;	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
 ;	goto	reset_all_cf_bank1		; resets all custom functions bank1 and jumps to "restart"
 			
 restart: