X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=ddff204f1041b2de913752f4bc0c16bb14fd75ad;hb=0881b8848ab8c1cb9b50db4599d4adc9391a774d;hp=d91aa0dcafdbe28bb2968a131614e3ae8b8edf15;hpb=9b5c7c8166971f56ca9e84b7e523496ab03c7988;p=rrdtool.git diff --git a/configure.ac b/configure.ac index d91aa0d..ddff204 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.11]) +AC_INIT([rrdtool],[1.2.12]) 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.2011 +NUMVERS=1.2012 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE