(minor) fix documentation
parent
375eec059a
commit
e28e2dc6b4
|
@ -27,8 +27,8 @@
|
|||
# run by cron jobs.)
|
||||
#
|
||||
# If both a and b are true, we're building for public urls.
|
||||
# (The newer update-docs script (through waf) sets the
|
||||
# -p switch explicitly.)
|
||||
# (The newer update-docs script (through waf) sets
|
||||
# NS3_WWW_URLS=public explicitly.)
|
||||
#
|
||||
# The repo version is either a tag name or a commit (short) id.
|
||||
#
|
||||
|
@ -110,7 +110,7 @@ if [ $daily -eq 1 ] ; then
|
|||
fi
|
||||
|
||||
if [ $tag -eq 1 ]; then
|
||||
version="3.14"
|
||||
version="3.20"
|
||||
say "-t forcing tagged version = $version"
|
||||
fi
|
||||
|
||||
|
@ -145,7 +145,7 @@ if [ $distance -eq 0 ]; then
|
|||
|
||||
elif [ $tag -eq 1 ]; then
|
||||
distance=0
|
||||
version="3.14"
|
||||
# version previously set
|
||||
|
||||
else
|
||||
version=`hg log -r tip --template '{node|short}'`
|
||||
|
|
|
@ -7,7 +7,7 @@ var ns3_bugs = ns3_site + "bugzilla";
|
|||
// Links that depend on version:
|
||||
// Defined in ns3_version.js:
|
||||
|
||||
// ns3_host = "http://www.nsnam.org/" file://$PWD
|
||||
// ns3_host = "//" file://$PWD
|
||||
// ns3_version = "3.14" "3.14
|
||||
// = "ns-3-dev @ 12345abcde "repo @ 12345abcde
|
||||
// ns3_release = "docs/release/3.14/" "repo/"
|
||||
|
|
Loading…
Reference in New Issue