2006-11-13 Sancho Lerena <slerena@artica.es>
* /bin/pandora_config.pm: Added $VERSION variable to be used for packagers. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@256 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6eaea3ec7f
commit
bf09edfd62
|
@ -38,6 +38,7 @@ our @EXPORT = qw( pandora_help_screen
|
|||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "1.2 Beta 3";
|
||||
my $pandora_build="PS060929";
|
||||
our $VERSION = $pandora_version;
|
||||
|
||||
# Setup hash
|
||||
my %pa_config;
|
||||
|
|
Loading…
Reference in New Issue