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 /tools | |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_listing_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |