aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-05-18 19:39:46 +0000
committerlloyd <[email protected]>2006-05-18 19:39:46 +0000
commit0e1f7ff176c6481cbe90e20eeea3f4084c8eb7e1 (patch)
tree61a6778c5340971fb4d0b86502ebc9271d80f509
parent527a00486b16fb88b02543254946748e58908af7 (diff)
Bump version number in configure.pl, and remove mention of some
removed documentation from the Makefile doc list.
-rwxr-xr-xconfigure.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.pl b/configure.pl
index 649d235d6..601f1adcb 100755
--- a/configure.pl
+++ b/configure.pl
@@ -21,7 +21,7 @@ my $PROJECT_NAME_LC = lc $PROJECT_NAME;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 5;
-my $PATCH_VERSION = 6;
+my $PATCH_VERSION = 7;
# If 1, then we always copy include files, without attempting to make symlinks
# or hardlinks. It seems that link("","") will succeed on Windows, but the
@@ -70,8 +70,7 @@ my %DOCS = (
'botan.rc' => $DOC_DIR,
'credits.txt' => $DOC_DIR,
- 'bugs.txt' => $DOC_DIR,
- 'deprecated.txt' => $DOC_DIR,
+# 'deprecated.txt' => $DOC_DIR,
'license.txt' => $DOC_DIR,
'log.txt' => $DOC_DIR,
'thanks.txt' => $DOC_DIR,