aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-02-02 04:11:59 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-02-02 04:11:59 +0000
commitef71959d6f605170a7fdd6ca0d799197054e6e40 (patch)
tree40ca27af3b59b8d5f34ff6eb36d46a4401b962f7
parent2229d877a8e798d5a30c3f1132e4770b1b43c018 (diff)
downloadphpicalendar-ef71959d6f605170a7fdd6ca0d799197054e6e40.tar.gz
phpicalendar-ef71959d6f605170a7fdd6ca0d799197054e6e40.tar.bz2
phpicalendar-ef71959d6f605170a7fdd6ca0d799197054e6e40.zip
bump version
-rw-r--r--default_config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/default_config.php b/default_config.php
index 9792ebb..0384d5f 100644
--- a/default_config.php
+++ b/default_config.php
@@ -2,8 +2,8 @@
class Configs{
private static $instance;
private function __construct(){
- $this->phpicalendar_version = '2.31';
- // Configuration file for PHP iCalendar 2.31
+ $this->phpicalendar_version = '2.32alpha';
+ // Configuration file for PHP iCalendar 2.32
//
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information

© 2014-2024 Faster IT GmbH | imprint | privacy policy