X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=d40d930dbe0a408181ff6043c8dcde7f92d1e80f;hb=8fdbb7f866597d29e970168781f4883fa8a9116e;hp=87d1e65ab915fb3af8551d5be4d26b0308628b6d;hpb=ede1e8d02a0dc6d70fdbd223bef6ad2d9a8bf2bf;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 87d1e65..d40d930 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.10]) +AC_INIT([rrdtool],[1.2.11]) 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.2010 +NUMVERS=1.2011 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE