From ee9d9d064ff606d6bb0abcd04410c32cc0818ab7 Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Fri, 11 Nov 2005 16:46:20 +0100 Subject: [PATCH] [multipath] set version and date strings Getting ready to release. --- multipath/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multipath/main.h b/multipath/main.h index d8bb16f..b4d79c9 100644 --- a/multipath/main.h +++ b/multipath/main.h @@ -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, \ -- 2.7.4