diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-07-23 13:00:34 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-07-23 13:00:34 -0400 |
commit | 7fff454ff931635dc1aca6a67af194b25567a65b (patch) | |
tree | 49bae8ee87cbbe59188d2ac99e89449921e3ecfd /lib/common.php | |
parent | 67e674773edc8de37ff542e8033b86c82593a3b9 (diff) |
Revert "0.9.0 dev version"
This reverts commit 7cfb2f569dbda8ef84149604cec88b2349d95306.
This should have never been committed to the 0.8.x branch.
Diffstat (limited to 'lib/common.php')
-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 764c5a077..9d7954fa9 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.9.0dev'); +define('LACONICA_VERSION', '0.8.1dev'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |