Changeset f64f5f5 in github


Ignore:
Timestamp:
Jun 9, 2008 4:57:53 PM (5 years ago)
Author:
thomascube <thomas@…>
Children:
32b3144
Parents:
12b0029
Message:

Update version strings

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    ra0530a6 rf64f5f5  
    135135 
    136136// add this user-agent to message headers when sending 
    137 $rcmail_config['useragent'] = 'RoundCube Webmail/0.1'; 
     137$rcmail_config['useragent'] = 'RoundCube Webmail/0.2a'; 
    138138 
    139139// use this name to compose page titles 
  • index.php

    r5e0045b rf64f5f5  
    33 +-------------------------------------------------------------------------+ 
    44 | RoundCube Webmail IMAP Client                                           | 
    5  | Version 0.1-20080506                                                    | 
     5 | Version 0.2-alpha                                                       | 
    66 |                                                                         | 
    77 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                   | 
  • program/include/iniset.php

    r197601e rf64f5f5  
    2323 
    2424// application constants 
    25 define('RCMAIL_VERSION', '0.1-trunk'); 
     25define('RCMAIL_VERSION', '0.2-alpha'); 
    2626define('RCMAIL_CHARSET', 'UTF-8'); 
    2727define('JS_OBJECT_NAME', 'rcmail'); 
Note: See TracChangeset for help on using the changeset viewer.