Changeset 6078 in subversion
- Timestamp:
- Apr 13, 2012 8:25:46 AM (14 months ago)
- Location:
- branches/release-0.8
- Files:
-
- 3 deleted
- 3 edited
-
README (modified) (1 diff)
-
bin/dumpschema.sh (deleted)
-
bin/makedoc.sh (deleted)
-
index.php (modified) (1 diff)
-
program/include/iniset.php (modified) (1 diff)
-
tests (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.8/README
r5824 r6078 1 1 Roundcube Webmail (http://roundcube.net) 2 3 4 ATTENTION5 ---------6 This is just a snapshot of the current SVN repository and is NOT A STABLE7 version of Roundcube. It's not recommended to replace an existing installation8 of Roundcube with this version. Also using a separate database for this9 installation is highly recommended.10 2 11 3 -
branches/release-0.8/index.php
r5787 r6078 3 3 +-------------------------------------------------------------------------+ 4 4 | Roundcube Webmail IMAP Client | 5 | Version 0.8- svn|5 | Version 0.8-rc | 6 6 | | 7 7 | Copyright (C) 2005-2012, The Roundcube Dev Team | -
branches/release-0.8/program/include/iniset.php
r5958 r6078 41 41 42 42 // application constants 43 define('RCMAIL_VERSION', '0.8- svn');43 define('RCMAIL_VERSION', '0.8-rc'); 44 44 define('RCMAIL_CHARSET', 'UTF-8'); 45 45 define('JS_OBJECT_NAME', 'rcmail');
Note: See TracChangeset
for help on using the changeset viewer.
