Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32050
Modified Files:
default_config.php
Log Message:
bump version
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** default_config.php 26 Jan 2009 03:27:29 -0000 1.20
--- default_config.php 2 Feb 2009 04:11:59 -0000 1.21
***************
*** 3,8 ****
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.31';
! // Configuration file for PHP iCalendar 2.31
//
// To set values, change the text between the single quotes
--- 3,8 ----
private static $instance;
private function __construct(){
! $this->phpicalendar_version = '2.32alpha';
! // Configuration file for PHP iCalendar 2.32
//
// To set values, change the text between the single quotes
|