mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
underscore for version number postfix.
git-svn-id: file:///svn/unbound/trunk@1390 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3d3b875a70
commit
aa1b565b41
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue