It's 2005, that should be the copyright year
authorhpa <hpa>
Mon, 3 Jan 2005 08:31:59 +0000 (08:31 +0000)
committerhpa <hpa>
Mon, 3 Jan 2005 08:31:59 +0000 (08:31 +0000)
config.inc
memdisk/version.h

index 6ec9306..ce1799a 100644 (file)
@@ -39,6 +39,6 @@ BAUD_DIVISOR  equ 115200              ; Serial port parameter
 ;
 %define        version_str     VERSION         ; Must be 4 characters long!
 %define date           DATE_STR        ; Defined from the Makefile
-%define        year            '2004'
+%define        year            '2005'
 
 %endif ; _CONFIG_INC
index 19b47e7..8c9dcec 100644 (file)
@@ -21,6 +21,6 @@
 #define MEMDISK_VERSION_H
 
 #define FIRSTYEAR "2001"
-#define COPYYEAR  "2004"
+#define COPYYEAR  "2005"
 
 #endif