diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-07-01 14:53:05 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-07-01 14:53:05 -0400 |
commit | c6ddd4268b72c81ac01d7f7dd7cbf5520d0bf934 (patch) | |
tree | af1c780cb02884eff402a68d7536a9ca3d39c92f /lib | |
parent | 409bc56ff2379bac62d9073484ea8e7be2af0b14 (diff) |
change version number
Update the version number.
darcs-hash:20080701185305-34904-482a2392e60f26ca80147798cb39d955414050cb.gz
Diffstat (limited to 'lib')
-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 fbbcce5c3..5525ede08 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.3.5'); +define('LACONICA_VERSION', '0.4.0'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |