diff options
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 |