From: Tobias Oetiker Date: Thu, 7 Feb 2019 08:01:40 +0000 (+0100) Subject: bump version X-Git-Tag: v1.7.2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a35935798243610e76b5a99c493fc49ce9fa200;p=thirdparty%2Frrdtool-1.x.git bump version --- diff --git a/configure.ac b/configure.ac index 81e28f23..456394ae 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl the released version are dnl a.bccc dnl the devel versions will be something like dnl a.b999yymmddhh -NUMVERS=1.7001 +NUMVERS=1.7002 AC_SUBST(NUMVERS) dnl for the linker to understand which versions the library are compatible with diff --git a/win32/rrd_config.h b/win32/rrd_config.h index 3c95a019..fcf7e3bf 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 7 -#define PACKAGE_REVISION 1 -#define PACKAGE_VERSION "1.7.1" -#define NUMVERS 1.71 +#define PACKAGE_REVISION 2 +#define PACKAGE_VERSION "1.7.2" +#define NUMVERS 1.72 #define RRD_DEFAULT_FONT "Courier"