diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-10-17 01:52:35 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-10-17 01:52:35 +0200 |
commit | 7d357a59bfde7af609ea546ed60e6fb09816900c (patch) | |
tree | 2b096d6be121c84bf70883f23202a3d54279d9c7 /modules/aaa/NWGNUauthndef | |
parent | General make file changes to extract the version string and (diff) | |
download | apache2-7d357a59bfde7af609ea546ed60e6fb09816900c.tar.xz apache2-7d357a59bfde7af609ea546ed60e6fb09816900c.zip |
Adding the current version string to the link of each NLM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97251 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/NWGNUauthndef')
-rw-r--r-- | modules/aaa/NWGNUauthndef | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/NWGNUauthndef b/modules/aaa/NWGNUauthndef index 5aa587406c..39710e6094 100644 --- a/modules/aaa/NWGNUauthndef +++ b/modules/aaa/NWGNUauthndef @@ -100,7 +100,7 @@ NLM_NAME = authndef # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Apache Default Authentication Module +NLM_DESCRIPTION = Apache $(VERSION_STR) Default Authentication Module # # This is used by the '-threadname' directive. If left blank, |