From 957b7b4e88fc2f09c076948cd065951a0a4ae6e1 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sat, 28 Nov 2009 13:15:58 +0000 Subject: [PATCH] 2009-11-28 Raul Mateos * lib/PandoraFMS/Config.pm: Changed string from RC2 to RC3. Updated build due to last changes. * DEBIAN/control, DEBIAN/make_deb_package.sh: Changed string from rc2 to RC3 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2140 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 8 ++++++++ pandora_server/DEBIAN/control | 2 +- pandora_server/DEBIAN/make_deb_package.sh | 2 +- pandora_server/lib/PandoraFMS/Config.pm | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 45eeb6c01a..dc62990e23 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,11 @@ +2009-11-28 Raul Mateos + + * lib/PandoraFMS/Config.pm: Changed string from RC2 to RC3. + Updated build due to last changes. + + * DEBIAN/control, DEBIAN/make_deb_package.sh: Changed string from rc2 + to RC3 + 2009-11-23 Ramon Novoa * util/pandora_db.pl: Removed the last call to UnixDate. diff --git a/pandora_server/DEBIAN/control b/pandora_server/DEBIAN/control index 0bc92ed394..038f4d8032 100644 --- a/pandora_server/DEBIAN/control +++ b/pandora_server/DEBIAN/control @@ -1,5 +1,5 @@ package: PandoraFMS-Server -Version: 3.0.0.rc2 +Version: 3.0.0.RC3 Architecture: all Priority: optional Section: admin diff --git a/pandora_server/DEBIAN/make_deb_package.sh b/pandora_server/DEBIAN/make_deb_package.sh index 75ac8cc08e..81ec3ec1d7 100644 --- a/pandora_server/DEBIAN/make_deb_package.sh +++ b/pandora_server/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_console_version="3.0.0.rc2" +pandora_console_version="3.0.0.RC3" echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root." if [ `id -u` != 0 ] diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index 589544deef..61d14adb68 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -36,8 +36,8 @@ our @EXPORT = qw( ); # version: Defines actual version of Pandora Server for this module only -my $pandora_version = "3.0RC2"; -my $pandora_build = "PS091106"; +my $pandora_version = "3.0RC3"; +my $pandora_build = "PS091119"; our $VERSION = $pandora_version." ".$pandora_build; # Setup hash