summaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-20 17:23:32 +0100
committerAndrew Dolgov <[email protected]>2006-09-20 17:23:32 +0100
commit8bde41c35f8677a8680a1b183c8c780fd793dc89 (patch)
tree807981f4717646e0db927077f2dd4c212563c49e /version.php
parenta2787d0a1c1aa5d7d7c33cb4a8039ac660013545 (diff)
fix: feed editor was broken if categories were disabled, bump version to p1
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 6b44e21a5..efa3485f0 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?php
- define(VERSION, "1.2.3");
+ define('VERSION', "1.2.3-p1");
?>