comparison src/hwos.inc @ 607:c5151a490d88

version allignment in menu corrected, 2.99beta5 release
author heinrichsweikamp
date Thu, 29 Nov 2018 10:50:57 +0100
parents ca4556fb60b9
children d866684249bd
comparison
equal deleted inserted replaced
606:8b250afb8bdd 607:c5151a490d88
40 40
41 41
42 ; Firmware Version 42 ; Firmware Version
43 #DEFINE softwareversion_x .2 ; Software Version, major (1 - 9) 43 #DEFINE softwareversion_x .2 ; Software Version, major (1 - 9)
44 #DEFINE softwareversion_y .99 ; Software Version, minor (1 - 99) 44 #DEFINE softwareversion_y .99 ; Software Version, minor (1 - 99)
45 #DEFINE softwareversion_beta .0 ; 0= Release, 1= Beta-1, 2= Beta-2, ... (0 - 255) 45 #DEFINE softwareversion_beta .5 ; 0= Release, 1= Beta-1, 2= Beta-2, ... (0 - 255)
46 46
47 ; Firmware Expiration Date, will cause version to be displayed in "Update Firmware" style after the following date: 47 ; Firmware Expiration Date, will cause version to be displayed in "Update Firmware" style after the following date:
48 #DEFINE firmware_expire_year .18 48 #DEFINE firmware_expire_year .19
49 #DEFINE firmware_expire_month .12 49 #DEFINE firmware_expire_month .2
50 #DEFINE firmware_expire_day .31 50 #DEFINE firmware_expire_day .1
51 51
52 ; Magic Cookie Definition 52 ; Magic Cookie Definition
53 #DEFINE comm_service_key 0xABCDEF 53 #DEFINE comm_service_key 0xABCDEF
54 54
55 ; Logo Address Vectors 55 ; Logo Address Vectors