diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-05 16:06:15 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-05 16:06:15 -0400 |
commit | 7a61b0737d00adbdaaea7e82fa3a1702286332aa (patch) | |
tree | 922571d141e6e6134846562ee80b7e4726b635e4 | |
parent | 180ac80d4e7b5fd5ab16abd74f9c5aa330d59ebf (diff) |
update version to 0.8.1pre10.8.1pre1
-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 b3d301862..8cd3ae2fc 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.8.1dev'); +define('LACONICA_VERSION', '0.8.1pre1'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); |