summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
-rw-r--r--installer/index.php2
-rw-r--r--program/include/iniset.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 945915086..6b4146b0a 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 0.9-svn |
+ | Version 0.9-git |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 32fde22e1..e46ef19df 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 0.9-svn |
+ | Version 0.9-git |
| |
| Copyright (C) 2009-2012, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index dd361d52f..c39760882 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -40,7 +40,7 @@ foreach ($crit_opts as $optname => $optval) {
}
// application constants
-define('RCMAIL_VERSION', '0.9-svn');
+define('RCMAIL_VERSION', '0.9-git');
define('RCMAIL_CHARSET', 'UTF-8');
define('RCMAIL_START', microtime(true));