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:
parent
b58d8925ea
commit
cda5a230d4
|
@ -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,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package: pandorafms-server
|
||||
Version: final
|
||||
Version: 4.0.1
|
||||
Architecture: all
|
||||
Priority: optional
|
||||
Section: admin
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue