diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-15 12:53:02 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-15 12:53:02 +0100 |
commit | bb080af14d285361ee078514a1d995c096e0f790 (patch) | |
tree | 35cac56f7f14f900c0d34198860d49d3fcee9dba /program/include | |
parent | 0e32d7032b54838607e071588fd30ff8b13fc7fe (diff) |
Bump version number up to 1.0-git
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/iniset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index 35b5522fc..b32ae4e8e 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.9-git'); +define('RCMAIL_VERSION', '1.0-git'); define('RCMAIL_START', microtime(true)); $config = array( |