1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:35:56 +00:00

fix: feed editor was broken if categories were disabled, bump version to p1

This commit is contained in:
Andrew Dolgov
2006-09-20 17:23:32 +01:00
parent a2787d0a1c
commit 8bde41c35f
2 changed files with 13 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
<?php
define(VERSION, "1.2.3");
define('VERSION', "1.2.3-p1");
?>