underscore for version number postfix.

git-svn-id: file:///svn/unbound/trunk@1390 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-12-16 16:02:33 +00:00
parent 3d3b875a70
commit aa1b565b41
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
16 December 2008: Wouter
- follow makedist improvements from ldns, for maintainers prereleases.
- snapshot version uses _ not - to help rpm distinguish the
version number.
11 December 2008: Wouter
- better fix for bug #219: use LOG_NDELAY with openlog() call.

View file

@ -207,7 +207,7 @@ info "Unbound version: $version"
if [ "$SNAPSHOT" = "yes" ]; then
info "Building Unbound snapshot."
version2="$version-`date +%Y%m%d`"
version2="$version_`date +%Y%m%d`"
info "Snapshot version number: $version2"
replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2"