diff code_part1/OSTC_code_asm_part1/definitions.asm @ 815:2a0e5d884fc3

BUGFIX: Fix licence in German BUGFIX: Fix minor layout bug in surface mode
author heinrichsweikamp
date Tue, 12 May 2015 11:30:35 +0200
parents 4f06017d89a8
children df8cd5ffd993
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Mon May 04 13:53:36 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Tue May 12 11:30:35 2015 +0200
@@ -1,4 +1,4 @@
-; OSTC - diving computer code
+; OSTC Mk.2, 2N and 2C - diving computer code
 ; Copyright (C) 2015 HeinrichsWeikamp GbR
 
 ;    This program is free software: you can redistribute it and/or modifyn 3 of the License, or
@@ -22,16 +22,16 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'3'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'03'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'04'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	0 			; (and 0 for release)
 
 #DEFINE	max_custom_number		d'73'		; Number of last used custom function
 
 ; International extension. Selecting messages source:
-#DEFINE    ENGLISH                         ; Use english_text.asm
+;#DEFINE    ENGLISH                         ; Use english_text.asm
 ;#DEFINE	FRENCH  						; Use french_text.asm
-;#DEFINE	GERMAN							; Use german_text.asm
+#DEFINE	GERMAN							; Use german_text.asm
 ;#DEFINE	SPANISH							; Use spanish_text.asm
 ;#DEFINE	RUSSIAN							; Use russian_text.asm
 ;#DEFINE	ITALIAN							; Use italian_text.asm