2009-10-20 Sancho Lerena <slerena@artica.es>
RC1 Release date * lib/Config.pm: Updated build. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1516062622
commit
6558ed7370
|
@ -1,5 +1,9 @@
|
|||
2009-10-20 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
RC1 Release date
|
||||
|
||||
* lib/Config.pm: Updated build.
|
||||
|
||||
* util/pandora_server: Fixed incorrect message for SUSE daemon when stop
|
||||
the server.
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ our @EXPORT = qw(
|
|||
|
||||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "3.0RC1";
|
||||
my $pandora_build = "PS091013";
|
||||
my $pandora_build = "PS091020";
|
||||
our $VERSION = $pandora_version." ".$pandora_build;
|
||||
|
||||
# Setup hash
|
||||
|
|
Loading…
Reference in New Issue