aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-02-28 09:23:06 +0000
committerz0rglub <z0rglub@piwigo.org>2004-02-28 09:23:06 +0000
commit068c05b31cda67356b586be8e8f8f141d8a592b6 (patch)
tree011aca2a1940f9de57636c29216fd0a24e25f30e
parentca540ce7bc5606cb9c52b0777868bc0e93960fdc (diff)
version changed to 1.3.1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@378 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php
index e5bf1da72..20b38f08c 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.3.1beta';
+$conf['version'] = '1.3.1';
$conf['site_url'] = 'http://www.phpwebgallery.net';
$conf['forum_url'] = 'http://forum.phpwebgallery.net';
$conf['picture_ext'] = array('jpg','JPG','gif','GIF','png','PNG');