2011-12-14 Ramon Novoa <rnovoa@artica.es>

* util/pandora_db.pl, util/pandora_manage.pl: Updated version strings.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2011-12-14 14:13:29 +00:00
parent 6aaad1deb7
commit 4743e2d7aa
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-12-14 Ramon Novoa <rnovoa@artica.es>
* util/pandora_db.pl, util/pandora_manage.pl: Updated version strings.
2011-12-13 Ramon Novoa <rnovoa@artica.es>
* DEBIAN/control,

View File

@ -30,7 +30,7 @@ use PandoraFMS::Tools;
use PandoraFMS::DB;
# version: define current version
my $version = "4.0.1 PS111115";
my $version = "4.0.1 PS111213";
# Pandora server configuration
my %conf;

View File

@ -26,7 +26,7 @@ use PandoraFMS::Core;
use PandoraFMS::Config;
# version: define current version
my $version = "4.0 PS110923";
my $version = "4.0.1 PS111213";
# Parameter
my $param;