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

* DEBIAN/control,
	  DEBIAN/make_deb_package.sh,
	  pandora_server.spec,
	  lib/PandoraFMS/Config.pm: Fixed version strings (were wrong
	  in the previous commit).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5253 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2011-12-13 14:34:48 +00:00
parent b58d8925ea
commit cda5a230d4
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2011-12-13 Ramon Novoa <rnovoa@artica.es>
* 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 <rnovoa@artica.es>
* DEBIAN/control,

View File

@ -1,5 +1,5 @@
package: pandorafms-server
Version: final
Version: 4.0.1
Architecture: all
Priority: optional
Section: admin

View File

@ -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

View File

@ -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;

View File

@ -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