From: Janusz Dobrowolski Date: Sun, 19 Oct 2008 20:02:37 +0000 (+0000) Subject: Changed version info. X-Git-Tag: v2.4.2~19^2~1835 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=cf9bdc2716da264ee204e1b5c530f389aadebaba;p=fa-stable.git Changed version info. --- diff --git a/config.php b/config.php index 40ce1193..331a2931 100644 --- a/config.php +++ b/config.php @@ -39,7 +39,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0.3"; + $version = "2.1.0 CVS"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));