From a5830667021cee44c165de103237ea4f6924ceb5 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 25 Apr 2005 21:45:38 +0000 Subject: [PATCH] - come back to previous version of include/constants.php : %PWGVERSION% was not a mistake git-svn-id: http://piwigo.org/svn/trunk@769 68402e56-0260-453c-a942-63ccdbb3a9ee --- doc/ChangeLog | 5 +++++ include/constants.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index d75bc5402..67840931e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-25 Pierrick LE GALL + + * come back to previous version of include/constants.php : + %PWGVERSION% was not a mistake + 2005-04-25 Pierrick LE GALL * profile.php is no longer used for listing users : diff --git a/include/constants.php b/include/constants.php index 4f207dac6..75764f1a5 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', 'BSF'); +define('PHPWG_VERSION', '%PWGVERSION%'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');