diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-10 00:23:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-10 00:23:24 -0400 |
commit | 84aee646fa97a3d8ad2e7fc1124baffac1455df2 (patch) | |
tree | 4e2bffe225ab3194ff5116fbf26370bd5237d2e0 | |
parent | f1ef77ba3f7059c5e251e1d6b67000e530d18cc1 (diff) |
update version number0.4.3
darcs-hash:20080710042324-84dde-9d26f10470fa0e9614717c2f2b976d6d9e6f4361.gz
-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 6be17c091..15ba1ed2a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.4.1'); +define('LACONICA_VERSION', '0.4.3'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |