summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-09 04:52:28 -0700
committerAleksander Machniak <alec@alec.pl>2012-05-09 04:52:28 -0700
commit66510e20d36cb8da4f3012ef063de7bfce9b51aa (patch)
treec7fce405f2980b9e4ef73e213636f2cff5cadb7b
parent644f00d5a2a7e69091d979a0bc964f07fd2b1a51 (diff)
parentb546b0dcfd1958a75cb6c90ace7d3552a76074f5 (diff)
Merge pull request #1 from Brianetta/de-svn
Change version text to reflect new versioning system
-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));