diff options
author | lloyd <[email protected]> | 2008-11-17 18:00:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-17 18:00:44 +0000 |
commit | e057d12f32e9397dc3ccd201d2fe80b012a4eb5a (patch) | |
tree | 8c3008c877788b1769a238fc7e5873d28b60f5d1 /configure.pl | |
parent | dde1ae3fa52e1b4d8d407d3484a02eb197511509 (diff) |
Bump version to 1.7.23-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 f78eeea55..581e429fa 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 22; +my $PATCH_VERSION = 23; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |