diff options
author | plegall <plg@piwigo.org> | 2008-10-12 18:46:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-10-12 18:46:06 +0000 |
commit | 720d6134bd778de6df68f900f1939369ee0c3d9b (patch) | |
tree | 541c3c8e236cae609c036b3142e1dbbe730e030e | |
parent | 320d2a88ea6883b23923cd8592db3875d850a105 (diff) |
version management: the Piwigo version changes to 2.0 instead of Butterfly
which was its codename on trunk.
git-svn-id: http://piwigo.org/svn/branches/2.0@2724 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index b921228f3..78c079de6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', 'Butterfly'); +define('PHPWG_VERSION', '2.0'); define('PHPWG_DOMAIN', 'phpwebgallery.net'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext_new'); /* need to be changed on final release */ diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index d14f3f7c1..3f92fb74f 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = 'Butterfly'; +$conf['version'] = '2.0'; // URL of main gallery // Example : http://www.my.domain/my/directory |