changeset 748:50e5f9b09263

1.72beta release - 1.73beta start
author heinrichsweikamp
date Wed, 28 Aug 2013 10:48:34 +0200
parents 6e6b87566f59
children 563fe6a201b3
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Fri Aug 23 16:01:26 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Aug 28 10:48:34 2013 +0200
@@ -1,5 +1,7 @@
 New in 2.72:
-BETA Version - Do NOT use for diving!
+BETA Version - Do NOT use for diving
+CHANGE: Some minor code cleanups
+CHANGE: Spanish language updates
 
 New in 2.71:
 BETA Version - Do NOT use for diving!
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Aug 23 16:01:26 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Wed Aug 28 10:48:34 2013 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'2'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'72'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'73'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)