2009-11-28 Raul Mateos <raulofpandora@gmail.com>
* 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
This commit is contained in:
parent
ccb3631b42
commit
957b7b4e88
|
@ -1,3 +1,11 @@
|
|||
2009-11-28 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* 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 <rnovoa@artica.es>
|
||||
|
||||
* util/pandora_db.pl: Removed the last call to UnixDate.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package: PandoraFMS-Server
|
||||
Version: 3.0.0.rc2
|
||||
Version: 3.0.0.RC3
|
||||
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_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 ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue