X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=b2514ff833007a33d2ec698728f913c811f352ca;hb=b5fa07df1c06bd87a6c34a2351a4cd065ba6778b;hp=3c8c960480f62e1e60a5b53b0670fb32cfcc96c5;hpb=cc3b78d4333659b2963c5e5c0765be77573ac4a4;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 3c8c960..b2514ff 100644 --- a/configure.ac +++ b/configure.ac @@ -8,13 +8,13 @@ dnl Inspiration from http://autoconf-archive.cryp.to dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.2.16]) +AC_INIT([rrdtool],[1.2.17]) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc dnl the devl versions will be something like dnl a.b999yymmddhh -NUMVERS=1.2015 +NUMVERS=1.2017 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE