diff options
author | plegall <plg@piwigo.org> | 2004-06-03 21:47:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-06-03 21:47:38 +0000 |
commit | 11ac9d248b8f8f28fa9a848eda376dfb8b15e314 (patch) | |
tree | 19d6f1bd167c80e051a1cffd5c2d8fcb357bcaf3 /include/config.inc.php | |
parent | 25f2c15f77162b54b46cc6d2def81ec088520965 (diff) |
This commit was manufactured by cvs2svn to create tag1.3.0
'release-1_3_0'.
git-svn-id: http://piwigo.org/svn/tags/release-1_3_0@426 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-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 f1610425f..b0b4a1d64 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.3RC2'; +$conf['version'] = '1.3'; $conf['site_url'] = 'http://www.phpwebgallery.net'; $conf['forum_url'] = 'http://forum.phpwebgallery.net'; $conf['picture_ext'] = array('jpg','JPG','gif','GIF','png','PNG'); |