From 245a0ebb8877c577c5a8c9f2aaeed14d5d3f9c1b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 09 Dec 2011 03:55:40 -0500
Subject: [PATCH] Update version strings and changelog for 0.7 (stable) release

---
 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 fcaa555..d22a09f 100755
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -37,7 +37,7 @@
 }
 
 // application constants
-define('RCMAIL_VERSION', '0.7-beta2');
+define('RCMAIL_VERSION', '0.7');
 define('RCMAIL_CHARSET', 'UTF-8');
 define('JS_OBJECT_NAME', 'rcmail');
 define('RCMAIL_START', microtime(true));

--
Gitblit v1.9.1