Start 1.3.2-dev version

This commit is contained in:
Marien Fressinaud
2016-03-12 12:23:04 +01:00
parent 8f4c61a415
commit 2f2a385331
2 changed files with 6 additions and 1 deletions

View File

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

View File

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