X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=2360228a03245c15485c5194938dead3afaad27f;hp=b2514ff833007a33d2ec698728f913c811f352ca;hb=6801c3fb1c505c5534218100fab7888e140ca359;hpb=27ced413efbdff81c8be42eb85bc71a45f253713 diff --git a/configure.ac b/configure.ac index b2514ff..2360228 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.17]) +AC_INIT([rrdtool],[1.2.18]) 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.2017 +NUMVERS=1.2018 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE