X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=4061795badf2e6595df1a3949f7e9acfe3bf2760;hp=df2eb4fdbef7987fecf32c861df9623b6893466a;hb=ec2afe5e94d9fcd72bb58e572f0251c7557325f7;hpb=18b84aa75885eba2ff1d8da25152e4be912512bd diff --git a/configure.ac b/configure.ac index df2eb4f..4061795 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.22]) +AC_INIT([rrdtool],[1.2.23]) 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.2022 +NUMVERS=1.2023 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE