From 70422cd7a227c2479a1889fecb533107e845ea31 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 02 Jul 2015 04:09:39 -0400
Subject: [PATCH] Fix Fatal error after last commit
---
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 3d5f1fc..8636c08 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.1.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
--
Gitblit v1.9.1