Parcourir la source

Prepare next version 1.1.3-beta

Marien Fressinaud il y a 10 ans
Parent
commit
e5972938b5
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## 2015-08-31 FreshRSS 1.1.3-beta
+
+Nothing for the moment.
+
+
 ## 2015-07-30 FreshRSS 1.1.2-beta
 
 * Features

+ 1 - 1
constants.php

@@ -1,5 +1,5 @@
 <?php
-define('FRESHRSS_VERSION', '1.1.2-dev');
+define('FRESHRSS_VERSION', '1.1.3-dev');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');