diff options
author | plegall <plg@piwigo.org> | 2005-03-25 22:47:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-03-25 22:47:18 +0000 |
commit | 1e3f5197d64f6e3e9644fee11c95723964d3b53f (patch) | |
tree | 3387564042544d8b8a1b225c02a573f848b5e03e /include | |
parent | aed2bd916e0866a11352c14a695bf539d609951f (diff) |
- new way of managing the application version
git-svn-id: http://piwigo.org/svn/trunk@758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index c47ecf9a2..75764f1a5 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '1.4.0'); +define('PHPWG_VERSION', '%PWGVERSION%'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); |