summaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-20 09:33:17 +0100
committerAndrew Dolgov <[email protected]>2007-02-20 09:33:17 +0100
commitef063748f6453c1fcace1728f29488bc6530451e (patch)
treedb33819e9fd28987bea75a77150f8af190a71938 /version.php
parente2d84cdb9f77bc91713b4b8085333c8b85af76ae (diff)
fix charset-related bug, release 1.2.8-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 67260d45e..c97a01d98 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?php
- define('VERSION', "1.2.8");
+ define('VERSION', "1.2.8-p1");
?>