summaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-27 16:12:57 +0100
committerAndrew Dolgov <[email protected]>2005-08-27 16:12:57 +0100
commit2ca5f8c5c071a4f60c9ac7da46548a13299c5b1d (patch)
tree06582b6ac6e59963918de894d7cda3e00b4ec264 /version.php
parentf05df09ed78666d5b9acc5d36fb12901f2e1cc1e (diff)
I'm a real idiot - bump version to 1.0 :)
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 bfc4b3ff5..de382d3a5 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?
- define(VERSION, "0.9.99");
+ define(VERSION, "1.0");
?>