diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-21 18:35:10 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-21 18:35:10 +0000 |
commit | fd5a3516a9a6fa1695103a5fb3bd974d9a798a09 (patch) | |
tree | 00524bcb218c3f8ccc9628f7870fc6dbe72cf16c | |
parent | e6abf333fe7f9b4cd17871d5d2078de04b63e682 (diff) |
Version becomes 1.3RC1
git-svn-id: http://piwigo.org/svn/trunk@158 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 1d3ff585d..fe12f9d36 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -44,7 +44,7 @@ $conf['nb_image_row'] = array(4,5,6,7,8); $conf['nb_row_page'] = array(2,3,4,5,6,7,10,20,1000); $conf['slideshow_period'] = array(2,5,10); $conf['last_days'] = array(1,2,3,10,30,365); -$conf['version'] = '1.3beta'; +$conf['version'] = '1.3RC1'; $conf['site_url'] = 'http://www.phpwebgallery.net'; $conf['forum_url'] = 'http://forum.phpwebgallery.net'; $conf['picture_ext'] = array('jpg','JPG','gif','GIF','png','PNG'); |