X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=d9f14a5d156f2520247855b8df1a4b840917acb0;hb=9e6db622e8756105c1322481b34650ecbe15da1a;hp=94ec225383bba79a3014a8803f9826cecc47ba2f;hpb=32168315cede582bcaaeaba0fd49c8af229b9269;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 94ec225..d9f14a5 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.13]) +AC_INIT([rrdtool],[1.2.14]) 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.2013 +NUMVERS=1.2014 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE