From: Wouter Wijngaards Date: Fri, 1 Jul 2011 07:12:08 +0000 (+0000) Subject: version number in example config file. X-Git-Tag: release-1.4.12rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a742415b5cde573e6c0e035deb4ccca2a5cbc05f;p=thirdparty%2Funbound.git version number in example config file. git-svn-id: file:///svn/unbound/trunk@2457 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 46f7d90ea..d572ef325 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +1 July 2011: Wouter + - version number in example config file. + 30 June 2011: Wouter - tag relase 1.4.11, trunk is 1.4.12 development. - iana portlist updated. diff --git a/doc/example.conf.in b/doc/example.conf.in index 840a4038f..ca9a3a2da 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1,7 +1,7 @@ # # Example configuration file. # -# See unbound.conf(5) man page. +# See unbound.conf(5) man page, version @version@. # # this is a comment. diff --git a/makedist.sh b/makedist.sh index d7133b86a..b5e6abd88 100755 --- a/makedist.sh +++ b/makedist.sh @@ -431,6 +431,7 @@ replace_all doc/unbound-checkconf.8.in replace_all doc/unbound-control.8.in replace_all doc/unbound-anchor.8.in replace_all doc/unbound-host.1 +replace_all doc/example.conf.in replace_all doc/libunbound.3.in info "Renaming Unbound directory to unbound-$version."