diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-15 23:36:08 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-15 23:36:08 -0400 |
commit | c07c4b20502735104cc35d260b4c7f3904a3a9fb (patch) | |
tree | aa01015655453773687833976b04462f729917f5 /lib/common.php | |
parent | 77faf7610b430e2489170f7a43ac98d76ed8f5a6 (diff) |
change version to 0.8.1dev
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 c47702779..9d7954fa9 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.8.0'); +define('LACONICA_VERSION', '0.8.1dev'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |