Parcourir la source

Prepare next dev version

Marien Fressinaud il y a 9 ans
Parent
commit
f63386703d
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
 
+## XXXX-XX-XX FreshRSS 1.5.0
+
+Nothing yet.
+
+
 ## 2016-07-23 FreshRSS 1.4.0
 ## 2016-06-12 FreshRSS 1.3.2-beta
 

+ 1 - 1
constants.php

@@ -1,5 +1,5 @@
 <?php
-define('FRESHRSS_VERSION', '1.4.0');
+define('FRESHRSS_VERSION', '1.5.0-dev');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');