Merge pull request #1 from Brianetta/de-svn

Change version text to reflect new versioning system
pull/2/head
Aleksander Machniak 13 years ago
commit 66510e20d3

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 0.9-svn |
| Version 0.9-git |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |

@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 0.9-svn |
| Version 0.9-git |
| |
| Copyright (C) 2009-2012, The Roundcube Dev Team |
| |

@ -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));

Loading…
Cancel
Save