From 706fa19fdedda9bee36a0d45723ee049ed213cae Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 24 Nov 2011 14:56:02 +0000 Subject: [PATCH] updates to the win32 port -- Chris Larsen git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2224 a5681a0c-68f1-0310-ab6d-d61299d08faa --- win32/config.h | 4 ++-- win32/rrdlib.vcproj | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/win32/config.h b/win32/config.h index 7855b2d..1a9a9ed 100644 --- a/win32/config.h +++ b/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/win32/rrdlib.vcproj b/win32/rrdlib.vcproj index 9ea6bbf..0f334cf 100644 --- a/win32/rrdlib.vcproj +++ b/win32/rrdlib.vcproj @@ -64,6 +64,7 @@ /> + + -- 2.30.2