Set version strings to 0.7-beta1

release-0.7
thomascube 13 years ago
parent 5da48a9522
commit 831fde154d

File diff suppressed because it is too large Load Diff

@ -3,10 +3,9 @@ Roundcube Webmail (http://roundcube.net)
ATTENTION
---------
This is just a snapshot of the current SVN repository and is NOT A STABLE
version of Roundcube. It's not recommended to replace an existing installation
of Roundcube with this version. Also using a separate database for this
installation is highly recommended.
This is a beta release and NOT A STABLE version of Roundcube. It's not
recommended to replace an existing installation of Roundcube with this version.
Also using a separate database for this installation is recommended.
Introduction:

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 0.7-svn |
| Version 0.7-beta1 |
| |
| Copyright (C) 2005-2011, The Roundcube Dev Team |
| |

@ -37,7 +37,7 @@ foreach ($crit_opts as $optname => $optval) {
}
// application constants
define('RCMAIL_VERSION', '0.7-svn');
define('RCMAIL_VERSION', '0.7-beta1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));

Loading…
Cancel
Save