Marien Fressinaud 10 лет назад
Родитель
Сommit
2f2a385331
2 измененных файлов с 6 добавлено и 1 удалено
  1. 5 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 # Changelog
 
 
+## 2016-XX-YY FreshRSS 1.3.2-beta
+
+Nothing for the moment
+
+
 ## 2016-03-11 FreshRSS 1.3.1-beta
 ## 2016-03-11 FreshRSS 1.3.1-beta
 
 
 * Security
 * Security

+ 1 - 1
constants.php

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