lib/init.php

Aleksander Machniak machniak at kolabsys.com
Fri Sep 14 14:13:04 CEST 2012


 lib/init.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4972ea921786eb67ee93d6d978f41c0a512e047
Author: Aleksander Machniak <alec at alec.pl>
Date:   Fri Sep 14 14:12:41 2012 +0200

    Fix Roundcube version number

diff --git a/lib/init.php b/lib/init.php
index 3e63921..e41bdca 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -25,7 +25,7 @@
 
 // Roundcube Framework constants
 define('RCMAIL_START', microtime(true));
-define('RCMAIL_VERSION', '0.9-svn');
+define('RCMAIL_VERSION', '0.9-git');
 define('RCMAIL_CHARSET', 'UTF-8');
 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../') . '/');
 define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');





More information about the commits mailing list