From 3779b67a9c9db42e40ec865f81e6370bc0971810 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 16 Feb 2015 05:22:13 -0500
Subject: [PATCH] Set version number to 1.2-git

---
 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 19a244f..ca1e6ad 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
 */
 
 // application constants
-define('RCMAIL_VERSION', '1.1.0');
+define('RCMAIL_VERSION', '1.2-git');
 define('RCMAIL_START', microtime(true));
 
 if (!defined('INSTALL_PATH')) {

--
Gitblit v1.9.1