From 533bb4724fac5ef372c03dd00e1ac0a702404f09 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 4 Apr 2005 21:22:05 +0000 Subject: [PATCH] prepared for 1.2rc2 release git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@351 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/perl-piped/RRDp.pm | 2 +- program/bindings/perl-shared/RRDs.pm | 2 +- program/configure.ac | 2 +- program/rrdtool.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/program/bindings/perl-piped/RRDp.pm b/program/bindings/perl-piped/RRDp.pm index c2bf1e23..a0ac4ca2 100644 --- a/program/bindings/perl-piped/RRDp.pm +++ b/program/bindings/perl-piped/RRDp.pm @@ -110,7 +110,7 @@ sub cmd (@); sub end (); sub read (); -$VERSION=1.199901; +$VERSION=1.199902; sub start ($){ croak "rrdtool is already running" diff --git a/program/bindings/perl-shared/RRDs.pm b/program/bindings/perl-shared/RRDs.pm index fcc70209..47199f21 100644 --- a/program/bindings/perl-shared/RRDs.pm +++ b/program/bindings/perl-shared/RRDs.pm @@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION); require DynaLoader; -$VERSION=1.199901; +$VERSION=1.199902; bootstrap RRDs $VERSION; diff --git a/program/configure.ac b/program/configure.ac index a734bb6e..5cfd7d28 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -6,7 +6,7 @@ dnl dnl Inspiration from http://autoconf-archive.cryp.to dnl tell automake the this script is for rrdtool -AC_INIT([rrdtool],[1.2rc1]) +AC_INIT([rrdtool],[1.2rc2]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) diff --git a/program/rrdtool.spec b/program/rrdtool.spec index deeddc28..b96b5bd3 100644 --- a/program/rrdtool.spec +++ b/program/rrdtool.spec @@ -4,7 +4,7 @@ Summary: Round Robin Database Tools Name: rrdtool -Version: 1.2rc1 +Version: 1.2rc2 Release: %{cvsver} License: GPL Group: Applications/Databases -- 2.30.2