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:
slerena 2006-11-13 11:37:07 +00:00
parent 6eaea3ec7f
commit bf09edfd62
1 changed files with 1 additions and 0 deletions

View File

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