diff options
author | plegall <plg@piwigo.org> | 2012-03-02 20:30:27 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-02 20:30:27 +0000 |
commit | 9ae55cd3e8699681da3d634c74fd2b1597d93f61 (patch) | |
tree | 95e657d7736b655f5fb5cb1716cc34daaa862936 /tools/create_listing_file.php | |
parent | 0208ebfa22d3df46c3f9558db4e280739e0eb16e (diff) |
next version is 2.4.0RC1
git-svn-id: http://piwigo.org/svn/trunk@13463 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 eb40a5f4a..12e66c46f 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.4.0beta2'; +$conf['version'] = '2.4.0RC1'; // URL of main gallery // Example : http://www.my.domain/my/directory |