[multipath] set version and date strings 0.4.6
authorChristophe Varoqui <root@xa-s05.(none)>
Fri, 11 Nov 2005 15:46:20 +0000 (16:46 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Fri, 11 Nov 2005 15:46:20 +0000 (16:46 +0100)
Getting ready to release.

multipath/main.h

index d8bb16f..b4d79c9 100644 (file)
@@ -43,8 +43,8 @@ enum actions {
  */
 #define PROG    "multipath"
 
-#define VERSION_CODE 0x000405
-#define DATE_CODE    0x100605
+#define VERSION_CODE 0x000406
+#define DATE_CODE    0x0b0a05
 
 #define MULTIPATH_VERSION(version)     \
        (version >> 16) & 0xFF,         \