diff options
author | lloyd <[email protected]> | 2006-09-20 08:20:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-20 08:20:45 +0000 |
commit | 7f1009ae3c52000e6b059d683f7c99bc2ef7eb04 (patch) | |
tree | 1a98c0da32019705afaefc68597766127b4d7bfd /configure.pl | |
parent | 869fa8a3fa7dfedc55ec4c9ece7be00d1118c309 (diff) |
Version bump
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 d73ac6236..af797b4ee 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 5; -my $PATCH_VERSION = 11; +my $PATCH_VERSION = 12; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |