From 552cdea1cf99f3a962e242fe49a70a6de41397c2 Mon Sep 17 00:00:00 2001 From: Brian Ronald Date: Wed, 9 May 2012 10:31:47 +0100 Subject: Change version text to reflect new versioning system --- program/include/iniset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3 From b546b0dcfd1958a75cb6c90ace7d3552a76074f5 Mon Sep 17 00:00:00 2001 From: Brian Ronald Date: Wed, 9 May 2012 10:34:48 +0100 Subject: Also, the license comments --- index.php | 2 +- installer/index.php | 2 +- 2 files changed, 2 insertions(+), 2 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 | | | -- cgit v1.2.3