Hi, The attached patch bumps the version of trunk to 1.3.0-svn The "-svn" suffix is added to prevent confusion any eventually upcoming real 1.3.0 release.
Please apply. cheers,
Index: configure.ac =================================================================== --- configure.ac (revision 1081) +++ configure.ac (working copy) @@ -8,11 +8,11 @@ dnl Inspiration from http://autoconf-arc dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.2.23]) +AC_INIT([rrdtool],[1.3.0-svn]) 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 the devel versions will be something like dnl a.b999yymmddhh NUMVERS=1.2023 AC_SUBST(NUMVERS)
_______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
