Mercurial > public > hwos_code
comparison src/hwos.inc @ 485:18e047102e49
3.14 BETA release
author | heinrichsweikamp |
---|---|
date | Mon, 20 Feb 2017 15:49:38 +0100 |
parents | 3e643ec05dac |
children | 1c35fc2e0834 |
comparison
equal
deleted
inserted
replaced
484:ff2994528e02 | 485:18e047102e49 |
---|---|
23 ; Firmware definition | 23 ; Firmware definition |
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'14' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'14' ; Software version XX.YY |
26 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 26 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
27 ; Firmware version will appear in "Change Firmware" style | 27 ; Firmware version will appear in "Change Firmware" style |
28 #DEFINE firmware_expire_year .18 | 28 #DEFINE firmware_expire_year .17 |
29 #DEFINE firmware_expire_month .6 | 29 #DEFINE firmware_expire_month .3 |
30 #DEFINE firmware_expire_day .1 | 30 #DEFINE firmware_expire_day .30 |
31 | 31 |
32 #DEFINE comm_service_key 0xABCDEF | 32 #DEFINE comm_service_key 0xABCDEF |
33 | 33 |
34 ;----------------------------------------------------------------------------- | 34 ;----------------------------------------------------------------------------- |
35 | 35 |