summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-09 18:22:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-09 18:22:10 -0400
commitefd94b4e5423c72a65cdd6acd252e5d00ec98967 (patch)
tree42c34bf358972ac274812a804c4c8a0fde2aa414 /lib
parentf2b12c6084d1faff5e2c429279a2eed7987f7c34 (diff)
change version number to 0.8.0
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 5bfb35583..832667d81 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -19,7 +19,7 @@
if (!defined('LACONICA')) { exit(1); }
-define('LACONICA_VERSION', '0.8.0dev');
+define('LACONICA_VERSION', '0.8.0');
define('AVATAR_PROFILE_SIZE', 96);
define('AVATAR_STREAM_SIZE', 48);