]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
underscore for version number postfix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 Dec 2008 16:02:33 +0000 (16:02 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 Dec 2008 16:02:33 +0000 (16:02 +0000)
git-svn-id: file:///svn/unbound/trunk@1390 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 4464db137b3c6969ba1e36592a983cd38f004c0d..d0d452b7f0828822870a96ccc8f95baa48f7ea6f 100644 (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.
index f2198d58eea925a0830ef146daf17819ac5ee6a2..7d2b5e5fc55f3d20c5b71e18ad18ee6e3dad2899 100755 (executable)
@@ -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"