From 4d97838ed9954ae7f8d7bb53edc6ac0bc97e499c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 19 May 2015 04:56:16 -0400
Subject: [PATCH] Fix font artifacts in text2html conversion (#1490353)
---
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..486b22a 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.1');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
--
Gitblit v1.9.1