diff options
author | lloyd <[email protected]> | 2009-04-16 22:16:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-04-16 22:16:41 +0000 |
commit | 07ffeeee0e4fd3cd2ccf4b3267fabef20eee2964 (patch) | |
tree | 3fad944a12e78b079791578666e8f4574742185b /configure.pl | |
parent | f149841cd24851add6ea9e8680a0f65f00bf1652 (diff) |
Bump version to 0.8.3-pre
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 2ea9d657e..6f9c0243d 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; -my $PATCH_VERSION = 2; +my $PATCH_VERSION = 3; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |