From 963416964716c7877e434295d07c3033c9948dba Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 02 May 2016 08:37:39 -0400
Subject: [PATCH] Bump version number to 1.3-beta

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

--
Gitblit v1.9.1