diff options
author | lloyd <[email protected]> | 2006-07-13 14:35:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-13 14:35:57 +0000 |
commit | 7457026a184011809dbfaf39fd45983784fda20d (patch) | |
tree | 9d519859e952473d32dbae3845c243a599208c75 /misc/config | |
parent | d900c233c0b653cf88c9d9f5e8fc6d30ae8c27df (diff) |
Version bump
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 4dde5a205..0e71e37aa 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 = 9; +my $PATCH = 10; ############################################################################# # Configuration options |