get ready for 1.2.16 release
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 20 Jan 2007 16:39:32 +0000 (16:39 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 20 Jan 2007 16:39:32 +0000 (16:39 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@954 a5681a0c-68f1-0310-ab6d-d61299d08faa

Makefile.am
configure.ac
rrdtool-1.2-release

index 984d6db..0fa53a3 100644 (file)
@@ -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
index ebd0df8..3c8c960 100644 (file)
@@ -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
index 7e6a1fb..e47284c 100755 (executable)
@@ -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`