Răsfoiți Sursa

Prepare next version 1.1.3-beta

Marien Fressinaud 10 ani în urmă
părinte
comite
e5972938b5
2 a modificat fișierele cu 6 adăugiri și 1 ștergeri
  1. 5 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 5 - 0
CHANGELOG.md

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

+ 1 - 1
constants.php

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