From 8b3d393e7755c167eebe4d9f7fc786074f12e9af Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 8 Nov 2015 15:42:27 +0100 Subject: Full support for Postgres, MySQL and SQLite3 + minor bug fixes --- lib/MasterServer/Core/Version.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/MasterServer/Core/Version.pm') diff --git a/lib/MasterServer/Core/Version.pm b/lib/MasterServer/Core/Version.pm index aba692f..ccf9491 100755 --- a/lib/MasterServer/Core/Version.pm +++ b/lib/MasterServer/Core/Version.pm @@ -23,18 +23,17 @@ sub version { # 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. + # if you send Darkelarious a postcard or email with your compliments. # # master type - $self->{build_type} = "333networks Masterserver-Perl (Pg-SQLite) 20150519208"; + $self->{build_type} = "333networks Masterserver-Perl (Pg-SQLite-MySQL) 20151108209"; # version - $self->{build_version} = "2.0.8"; + $self->{build_version} = "2.0.9"; # date yyyy-mm-dd - $self->{build_date} = "2015-05-19"; + $self->{build_date} = "2015-11-08"; #author, email $self->{build_author} = "Darkelarious, darkelarious\@333networks.com"; -- cgit v1.2.3