diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 18:22:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 18:22:10 -0400 |
commit | efd94b4e5423c72a65cdd6acd252e5d00ec98967 (patch) | |
tree | 42c34bf358972ac274812a804c4c8a0fde2aa414 | |
parent | f2b12c6084d1faff5e2c429279a2eed7987f7c34 (diff) |
change version number to 0.8.0
-rw-r--r-- | lib/common.php | 2 |
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); |