Mercurial > public > hwos_code
comparison src/ostc3.inc @ 228:b17acfa2e5d9
1.74 release
author | heinrichsweikamp |
---|---|
date | Thu, 05 Feb 2015 14:51:24 +0100 |
parents | 8c11f60193be |
children | 834e1c35160c |
comparison
equal
deleted
inserted
replaced
227:03946aa48fa5 | 228:b17acfa2e5d9 |
---|---|
22 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 22 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
23 #DEFINE softwareversion_y d'74' ; Software version XX.YY | 23 #DEFINE softwareversion_y d'74' ; Software version XX.YY |
24 #DEFINE softwareversion_beta 0 ; (and 0 for release) | 24 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
25 ; Firmware version will appear in "Change Firmware" style | 25 ; Firmware version will appear in "Change Firmware" style |
26 #DEFINE firmware_expire_year .16 | 26 #DEFINE firmware_expire_year .16 |
27 #DEFINE firmware_expire_month .1 | 27 #DEFINE firmware_expire_month .3 |
28 #DEFINE firmware_expire_day .1 | 28 #DEFINE firmware_expire_day .1 |
29 | 29 |
30 #DEFINE comm_service_key 0xABCDEF | 30 #DEFINE comm_service_key 0xABCDEF |
31 | 31 |
32 ;----------------------------------------------------------------------------- | 32 ;----------------------------------------------------------------------------- |