From 10e6df5b340f6f9f31284252fbe6221ffac21a8e Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Mon, 13 Mar 2006 12:07:24 +0100 Subject: [PATCH] [multipath] release preparation --- multipath/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multipath/main.h b/multipath/main.h index 89d98fb..8d5b285 100644 --- a/multipath/main.h +++ b/multipath/main.h @@ -24,8 +24,8 @@ */ #define PROG "multipath" -#define VERSION_CODE 0x000406 -#define DATE_CODE 0x0b0a05 +#define VERSION_CODE 0x000407 +#define DATE_CODE 0x030c06 #define MULTIPATH_VERSION(version) \ (version >> 16) & 0xFF, \ -- 2.7.4