diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-20 18:37:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-20 18:37:39 +0000 |
| commit | 59a52c5bb93beef2cc1191da032620ee53be6da3 (patch) | |
| tree | 544b7a978b5ddd088ea06a4de57d42474bc79866 | |
| parent | 7acda34070dbd8fd2033bdcdbcf41c7ad7474372 (diff) | |
- remove useless $Rev$ from version number
git-svn-id: https://svn.roundcube.net/trunk@2775 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 2cdc88fd9..a58845366 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -22,7 +22,7 @@ // application constants -define('RCMAIL_VERSION', '0.3-trunk-$Rev$'); +define('RCMAIL_VERSION', '0.3-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |
