Version bump to 1.1.3 since conversation tracking

This commit is contained in:
Mikael Nordfeldth 2014-11-27 17:12:36 +01:00
parent 9f09b136b8
commit 8ad4d1baf8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);