From: oetiker Date: Thu, 24 Nov 2011 14:56:02 +0000 (+0000) Subject: updates to the win32 port -- Chris Larsen X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=06f24129e396a4f143fd34a7830bb646ab524a62;p=rrdtool-all.git updates to the win32 port -- Chris Larsen git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4@2224 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/win32/config.h b/program/win32/config.h index 7855b2d3..1a9a9ed0 100644 --- a/program/win32/config.h +++ b/program/win32/config.h @@ -29,9 +29,9 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -#define NUMVERS 1.4030 +#define NUMVERS 1.4050 #define PACKAGE_NAME "rrdtool" -#define PACKAGE_VERSION "1.4.3" +#define PACKAGE_VERSION "1.4.5" #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION #define isinf(a) (_fpclass(a) == _FPCLASS_NINF || _fpclass(a) == _FPCLASS_PINF) diff --git a/program/win32/rrdlib.vcproj b/program/win32/rrdlib.vcproj index 9ea6bbf6..0f334cfd 100644 --- a/program/win32/rrdlib.vcproj +++ b/program/win32/rrdlib.vcproj @@ -64,6 +64,7 @@ /> + +