From 8ad4d1baf89d2853c476b902159abbc1a69be8a1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 27 Nov 2014 17:12:36 +0100 Subject: [PATCH] Version bump to 1.1.3 since conversation tracking --- README.md | 2 +- lib/framework.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c705dd5412..0bf73ae44c 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Upgrades from _StatusNet_ 1.1.1 will also experience these improvements: - More robust handling of errors in distribution. - Fix error in OStatus subscription for remote groups. - Fix error in XMPP distribution. - +- Tracking of conversation URI metadata (more coherent convos) ### Troubleshooting diff --git a/lib/framework.php b/lib/framework.php index 379da9692c..d597a8d40d 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -22,7 +22,7 @@ if (!defined('GNUSOCIAL')) { exit(1); } define('GNUSOCIAL_ENGINE', 'GNU social'); define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/'); -define('GNUSOCIAL_BASE_VERSION', '1.1.2'); +define('GNUSOCIAL_BASE_VERSION', '1.1.3'); define('GNUSOCIAL_LIFECYCLE', 'alpha1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE); -- 2.39.2