From cc3b78d4333659b2963c5e5c0765be77573ac4a4 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 20 Jan 2007 16:39:32 +0000 Subject: [PATCH] get ready for 1.2.16 release git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@954 a5681a0c-68f1-0310-ab6d-d61299d08faa --- Makefile.am | 1 - configure.ac | 2 +- rrdtool-1.2-release | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 984d6db..0fa53a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4 to-docs: to-versync (cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf) - (cd website && wmk-1.7.4 -f manual tutorial contributors.wml && ./site-sync ) to-dist: to-docs dist mv $(PACKAGE)-$(VERSION).tar.gz archive diff --git a/configure.ac b/configure.ac index ebd0df8..3c8c960 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ 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.15]) +AC_INIT([rrdtool],[1.2.16]) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc diff --git a/rrdtool-1.2-release b/rrdtool-1.2-release index 7e6a1fb..e47284c 100755 --- a/rrdtool-1.2-release +++ b/rrdtool-1.2-release @@ -1,6 +1,6 @@ #!/bin/sh set -e -PATH=/usr/bin:/sbin:/usr/sbin:/usr/ccs/bin:/usr/sepp/bin:/home/oetiker/bin +PATH=/usr/sepp/bin:/usr/bin:/sbin:/usr/sbin:/usr/sepp/bin:/home/oetiker/bin export PATH VERSION=`perl -n -e 'm/\QAC_INIT([rrdtool],[\E(.+?)\Q])\E/ && print $1' configure.ac` PERLVERS=`perl -n -e 'm/NUMVERS=(\d+\.\d+)/ && print $1' configure.ac` -- 2.11.0