From: <ji...@us...> - 2009-01-02 07:20:25
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10122 Modified Files: default_config.php Log Message: bump rc version Index: default_config.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** default_config.php 2 Jan 2009 07:12:12 -0000 1.17 --- default_config.php 2 Jan 2009 07:20:20 -0000 1.18 *************** *** 3,8 **** private static $instance; private function __construct(){ ! $this->phpicalendar_version = '2.31rc3'; ! // Configuration file for PHP iCalendar 2.25rc1 // // To set values, change the text between the single quotes --- 3,8 ---- private static $instance; private function __construct(){ ! $this->phpicalendar_version = '2.31rc4'; ! // Configuration file for PHP iCalendar 2.31 // // To set values, change the text between the single quotes |