diff options
author | lloyd <[email protected]> | 2007-01-20 10:54:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-01-20 10:54:52 +0000 |
commit | 89830b069a44a78cec21174f2f4ec7e6c59d5152 (patch) | |
tree | 91aa7b1e4b12399b039244eff44eaf622828a057 /configure.pl | |
parent | a76dd9cdbf80b5787b0f79a63c10eaab088c49dc (diff) |
Update changelog with information on 1.6.11.6.1
Update readme with new version
Bump version in configure.pl to 1.6.1
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 33399ba90..cbd5df49e 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 6; -my $PATCH_VERSION = 0; +my $PATCH_VERSION = 1; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |