]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
bump version
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 7 Feb 2019 08:01:40 +0000 (09:01 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 7 Feb 2019 12:46:03 +0000 (13:46 +0100)
configure.ac
win32/rrd_config.h

index 81e28f2352ff6c709966c14a1019122e766f2503..456394ae2ba45af3aaba40c4ce5e8634d66b9a3f 100644 (file)
@@ -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
index 3c95a0195411c505c0c764b17acdf50e54589190..fcf7e3bf155480aefcec36648c06c5af6268a6d9 100644 (file)
@@ -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"