X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=0a1aae10524529dec196911031368b2e0718eef4;hp=b64d480159542312b1cac4bdc85442f8867875cc;hb=a9e69acbc184063dcc0eda6a250ee1b7ae1cbb47;hpb=342b22c3e74a10d7049285c2cea7383676bcfc95 diff --git a/configure.ac b/configure.ac index b64d480..0a1aae1 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.12]) +AC_INIT([rrdtool],[1.2.13]) 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.2012 +NUMVERS=1.2013 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE