summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-11-18 12:32:50 -0500
committerEvan Prodromou <evan@controlezvous.ca>2008-11-18 12:32:50 -0500
commit4b5158dd4db75f3c277d7b2ed383615ecf3c5117 (patch)
tree758d45d9a9cb08f11d69f1ff8be696c1aa5d490b /lib/common.php
parent16e3fcf2c2da7ef78b9fd802986f6df84f9201d8 (diff)
update version number in common.php
darcs-hash:20081118173250-34904-ebde2dda47e743d5728a3ff9f556a8945b734009.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 63ea37b89..72965a358 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -19,7 +19,7 @@
if (!defined('LACONICA')) { exit(1); }
-define('LACONICA_VERSION', '0.6.1');
+define('LACONICA_VERSION', '0.6.2');
define('AVATAR_PROFILE_SIZE', 96);
define('AVATAR_STREAM_SIZE', 48);