Changeset 0a5ddce in github


Ignore:
Timestamp:
Nov 16, 2011 7:11:45 AM (18 months ago)
Author:
thomascube <thomas@…>
Parents:
a2c712a
Message:

Correct version strings

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • index.php

    r44a352b r0a5ddce  
    33 +-------------------------------------------------------------------------+ 
    44 | Roundcube Webmail IMAP Client                                           | 
    5  | Version 0.7-beta1                                                        | 
     5 | Version 0.7-beta2                                                        | 
    66 |                                                                         | 
    77 | Copyright (C) 2005-2011, The Roundcube Dev Team                         | 
  • program/include/iniset.php

    r831fde1 r0a5ddce  
    3838 
    3939// application constants 
    40 define('RCMAIL_VERSION', '0.7-beta1'); 
     40define('RCMAIL_VERSION', '0.7-beta2'); 
    4141define('RCMAIL_CHARSET', 'UTF-8'); 
    4242define('JS_OBJECT_NAME', 'rcmail'); 
Note: See TracChangeset for help on using the changeset viewer.