diff options
author | plegall <plg@piwigo.org> | 2007-04-06 17:34:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-04-06 17:34:28 +0000 |
commit | 009e0e302991aaaa8c33f631bbd70c40ca8b0d82 (patch) | |
tree | 2b007c80389b52252123f06cbb99932c59227edc /include | |
parent | a2eee141fde6be9c81604ca0ccbc441e69273324 (diff) |
Change PWG version to "branch 1.7"
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1937 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 b7a0d9929..5c4577dd3 100644 --- a/include/constants.php +++ b/include/constants.php @@ -25,7 +25,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', 'Alligator'); +define('PHPWG_VERSION', 'branch 1.7'); define('PHPWG_DOMAIN', 'phpwebgallery.net'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); |