diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index edd52ebcd6..6412a8860b 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,11 @@ +2011-12-13 Ramon Novoa + + * DEBIAN/control, + DEBIAN/make_deb_package.sh, + pandora_server.spec, + lib/PandoraFMS/Config.pm: Fixed version strings (were wrong + in the previous commit). + 2011-12-13 Ramon Novoa * DEBIAN/control, diff --git a/pandora_server/DEBIAN/control b/pandora_server/DEBIAN/control index 40cc385391..39c16e8abf 100644 --- a/pandora_server/DEBIAN/control +++ b/pandora_server/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-server -Version: final +Version: 4.0.1 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 7a1df487d2..072e3fa549 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_version="final" +pandora_version="4.0.1" package_cpan=0 package_pandora=1 diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index 7681484c1c..e8d38869f3 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -41,7 +41,7 @@ our @EXPORT = qw( ); # version: Defines actual version of Pandora Server for this module only -my $pandora_version = "final"; +my $pandora_version = "4.0.1"; my $pandora_build = "111213"; our $VERSION = $pandora_version." ".$pandora_build; diff --git a/pandora_server/pandora_server.spec b/pandora_server/pandora_server.spec index 1b857a2fa0..c7b6d4f6aa 100644 --- a/pandora_server/pandora_server.spec +++ b/pandora_server/pandora_server.spec @@ -2,7 +2,7 @@ # Pandora FMS Server # %define name pandorafms_server -%define version final +%define version 4.0.1 %define release 1 Summary: Pandora FMS Server