diff options
author | lloyd <[email protected]> | 2006-07-08 11:58:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-08 11:58:04 +0000 |
commit | f83486cd1db68bf4e5b61ad84f5a8b130fe2c482 (patch) | |
tree | f305eb2404e1dcda9c19c33f36caa93ceaaaa7c4 /misc/config | |
parent | 3d4734a8aad130f36cf61a39eb8dfcca0eccb816 (diff) |
Version bump to 1.5.9
Diffstat (limited to 'misc/config')
-rwxr-xr-x | misc/config/mkconfig.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/mkconfig.pl b/misc/config/mkconfig.pl index 6552e1ef9..4dde5a205 100755 --- a/misc/config/mkconfig.pl +++ b/misc/config/mkconfig.pl @@ -11,7 +11,7 @@ my $PROJECT_NAME = 'Botan'; # Version numbers my $MAJOR = 1; my $MINOR = 5; -my $PATCH = 8; +my $PATCH = 9; ############################################################################# # Configuration options |