From 107cf4be1621c5a500796991b61bb911cff75da3 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 30 Apr 2004 18:43:45 +0000 Subject: version goes to 1.3.2 git-svn-id: http://piwigo.org/svn/branches/release-1_3@418 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.inc.php b/include/config.inc.php index 20b38f08c..b6a595006 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.1'; +$conf['version'] = '1.3.2'; $conf['site_url'] = 'http://www.phpwebgallery.net'; $conf['forum_url'] = 'http://forum.phpwebgallery.net'; $conf['picture_ext'] = array('jpg','JPG','gif','GIF','png','PNG'); @@ -84,4 +84,4 @@ foreach ( $infos as $info ) { $conf[$info] = get_boolean( $conf[$info] ); } } -?> \ No newline at end of file +?> -- cgit v1.2.3