Changeset 6078 in subversion


Ignore:
Timestamp:
Apr 13, 2012 8:25:46 AM (14 months ago)
Author:
thomasb
Message:

cleanup release branch; update versions

Location:
branches/release-0.8
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.8/README

    r5824 r6078  
    11Roundcube Webmail (http://roundcube.net) 
    2  
    3  
    4 ATTENTION 
    5 --------- 
    6 This is just a snapshot of the current SVN repository and is NOT A STABLE 
    7 version of Roundcube. It's not recommended to replace an existing installation 
    8 of Roundcube with this version. Also using a separate database for this 
    9 installation is highly recommended. 
    102 
    113 
  • branches/release-0.8/index.php

    r5787 r6078  
    33 +-------------------------------------------------------------------------+ 
    44 | Roundcube Webmail IMAP Client                                           | 
    5  | Version 0.8-svn                                                         | 
     5 | Version 0.8-rc                                                         | 
    66 |                                                                         | 
    77 | Copyright (C) 2005-2012, The Roundcube Dev Team                         | 
  • branches/release-0.8/program/include/iniset.php

    r5958 r6078  
    4141 
    4242// application constants 
    43 define('RCMAIL_VERSION', '0.8-svn'); 
     43define('RCMAIL_VERSION', '0.8-rc'); 
    4444define('RCMAIL_CHARSET', 'UTF-8'); 
    4545define('JS_OBJECT_NAME', 'rcmail'); 
Note: See TracChangeset for help on using the changeset viewer.