diff src/ostc3.inc @ 180:abc429e8b46a

1.60 work...
author heinrichsweikamp
date Wed, 08 Oct 2014 17:57:37 +0200
parents 070eb90dde99
children 976e19d1e1ba
line wrap: on
line diff
--- a/src/ostc3.inc	Tue Oct 07 14:21:46 2014 +0200
+++ b/src/ostc3.inc	Wed Oct 08 17:57:37 2014 +0200
@@ -18,9 +18,14 @@
 #include <p18f87k22.inc>
 #include <ports.inc>                        ; Portmap
 
+; Firmware definition
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'55'		; Software version  XX.YY
-#DEFINE softwareversion_beta 	1 			; (and 0 for release)
+#DEFINE	softwareversion_y		d'60'		; Software version  XX.YY
+#DEFINE softwareversion_beta 	0 			; (and 0 for release)
+; Firmware version will appear in "Change Firmware" style
+#DEFINE firmware_expire_year    .15
+#DEFINE firmware_expire_month   .10
+#DEFINE firmware_expire_day     .10
 
 #DEFINE comm_service_key        0xABCDEF