diff options
author | plegall <plg@piwigo.org> | 2011-09-08 09:30:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-08 09:30:16 +0000 |
commit | 6a4096f8b941d84606adeaa442824d38a547fba5 (patch) | |
tree | b38414e912db50c5806842c656dafe85b541ea24 /tools | |
parent | 6a572d73ec9f63dd522a0f47ed76e0602eea8661 (diff) |
change version number to 2.3.0RC2
git-svn-id: http://piwigo.org/svn/trunk@12101 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 c3f29c80e..eff2964f0 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.3.0RC1'; +$conf['version'] = '2.3.0RC2'; // URL of main gallery // Example : http://www.my.domain/my/directory |