diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-07-18 12:43:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-07-18 12:43:17 -0400 |
commit | f50bc7044552955af29b2a7426bdd72bfdf9ca8f (patch) | |
tree | c78ff055eedfd0241615db4961d3a6f215f08eca | |
parent | 23234c8b71c5f122cc76e2ed3604ad8fe964da3a (diff) |
increment software version0.4.4
darcs-hash:20080718164317-34904-693c42830fa5682f49ac2213b31153172815b9a5.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 25dbbf341..ffc1e56fc 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.4.3'); +define('LACONICA_VERSION', '0.4.4'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |