Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12140
Modified Files:
default_config.php
Log Message:
tweak bump rc version
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** default_config.php 29 Dec 2008 03:07:34 -0000 1.11
--- default_config.php 29 Dec 2008 03:30:36 -0000 1.12
***************
*** 3,7 ****
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.3rc1.6';
// Configuration file for PHP iCalendar 2.25rc1
//
--- 3,7 ----
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.3rc1.7';
// Configuration file for PHP iCalendar 2.25rc1
//
|