From: <ji...@us...> - 2008-12-26 22:52:41
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29982 Modified Files: default_config.php Log Message: bump vers Index: default_config.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** default_config.php 11 Dec 2008 21:54:52 -0000 1.3 --- default_config.php 26 Dec 2008 22:52:36 -0000 1.4 *************** *** 3,7 **** private static $instance; private function __construct(){ ! $this->phpicalendar_version = '2.3rc1'; // Configuration file for PHP iCalendar 2.25rc1 // --- 3,7 ---- private static $instance; private function __construct(){ ! $this->phpicalendar_version = '2.3rc1.1'; // Configuration file for PHP iCalendar 2.25rc1 // |