aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/Core/Version.pm
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2015-05-19 22:00:40 +0200
committerDarkelarious <darkelarious@333networks.com>2015-05-19 22:00:40 +0200
commit2c7d62f38944f61e7eafea155c6128521d16aed9 (patch)
treebd473e6fb9dbbf8e0fdc67b87f0a4ac251fada7b /lib/MasterServer/Core/Version.pm
parent534626943a0a5e251e5465376f3de3fb71b25e91 (diff)
downloadMasterServer-Perl-2c7d62f38944f61e7eafea155c6128521d16aed9.tar.gz
MasterServer-Perl-2c7d62f38944f61e7eafea155c6128521d16aed9.zip
Beta with support for Pg and SQLite
Diffstat (limited to 'lib/MasterServer/Core/Version.pm')
-rwxr-xr-xlib/MasterServer/Core/Version.pm14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/MasterServer/Core/Version.pm b/lib/MasterServer/Core/Version.pm
index 30972e4..aba692f 100755
--- a/lib/MasterServer/Core/Version.pm
+++ b/lib/MasterServer/Core/Version.pm
@@ -17,22 +17,24 @@ sub version {
my $self = shift;
# version and author information
- # -- addition to the LICENCE, you are only allowed to modify these lines
- # if you send Darkelarious a postcard or email with your compliments or,
- # in case of a company editing, a letter of commendation.
#
# You are not allowed to modify these variables without making (significant)
# alterations to the source code of this master server program. Only changing
# these fields does not count as a significant alteration.
+ #
+ # -- addition to the LICENCE, you are only allowed to modify these lines
+ # if you send Darkelarious a postcard or email with your compliments or,
+ # in case of a company editing, a letter of (re)commendation.
+ #
# master type
- $self->{build_type} = "333networks Masterserver-Perl";
+ $self->{build_type} = "333networks Masterserver-Perl (Pg-SQLite) 20150519208";
# version
- $self->{build_version} = "2.0.4";
+ $self->{build_version} = "2.0.8";
# date yyyy-mm-dd
- $self->{build_date} = "2015-02-11";
+ $self->{build_date} = "2015-05-19";
#author, email
$self->{build_author} = "Darkelarious, darkelarious\@333networks.com";