From: Dongsheng Song Date: Sat, 4 May 2013 09:44:37 +0000 (+0800) Subject: Fix version information in win32/rrd_config.h X-Git-Tag: v1.5.0-rc1~181^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e54f71525e533f7385f8e12c5b7e3207e3f736;p=thirdparty%2Frrdtool-1.x.git Fix version information in win32/rrd_config.h --- diff --git a/win32/rrd_config.h b/win32/rrd_config.h index e4a99146..9211ea7b 100644 --- a/win32/rrd_config.h +++ b/win32/rrd_config.h @@ -9,9 +9,9 @@ /* Define to the version of this package. */ #define PACKAGE_MAJOR 1 #define PACKAGE_MINOR 4 -#define PACKAGE_REVISION 7 -#define PACKAGE_VERSION "1.4.7" -#define NUMVERS 1.4070 +#define PACKAGE_REVISION 999 +#define PACKAGE_VERSION "1.4.999" +#define NUMVERS 1.4999 #define RRD_DEFAULT_FONT "Courier" @@ -30,7 +30,7 @@ Linux x86 gcc, Windows x86 gcc sizeof(time_t): 8 - Linux x64 gcc, Windows x64 gcc + Linux x64 gcc, Windows x64 gcc, Visual C++ 2005 or later */ /* The size of `time_t', as computed by sizeof. */