Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 589:1395bfc13896
update of max_cf_number
author | heinrichsweikamp |
---|---|
date | Mon, 14 May 2012 17:09:45 +0200 |
parents | b4a4aa5d169a |
children | 6520bcda1a00 |
comparison
equal
deleted
inserted
replaced
588:29b0a47249c5 | 589:1395bfc13896 |
---|---|
24 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
25 #DEFINE softwareversion_y d'23' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'23' ; Software version XX.YY |
26 | 26 |
27 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 27 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
28 | 28 |
29 #DEFINE max_custom_number d'63' ; Number of last used custom function | 29 #DEFINE max_custom_number d'64' ; Number of last used custom function |
30 | 30 |
31 ; International extension. Selecting messages source: | 31 ; International extension. Selecting messages source: |
32 #DEFINE ENGLISH ; Use english_text.asm | 32 #DEFINE ENGLISH ; Use english_text.asm |
33 ;#DEFINE FRENCH ; Use french_text.asm | 33 ;#DEFINE FRENCH ; Use french_text.asm |
34 ;#DEFINE GERMAN ; Use german_text.asm | 34 ;#DEFINE GERMAN ; Use german_text.asm |