(minor) fix documentation

Peter D. Barnes, Jr. 2012-08-13 10:26:58 -07:00
parent 375eec059a
commit e28e2dc6b4
2 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@
# run by cron jobs.) # run by cron jobs.)
# #
# If both a and b are true, we're building for public urls. # If both a and b are true, we're building for public urls.
# (The newer update-docs script (through waf) sets the # (The newer update-docs script (through waf) sets
# -p switch explicitly.) # NS3_WWW_URLS=public explicitly.)
# #
# The repo version is either a tag name or a commit (short) id. # The repo version is either a tag name or a commit (short) id.
# #
@ -110,7 +110,7 @@ if [ $daily -eq 1 ] ; then
fi fi
if [ $tag -eq 1 ]; then if [ $tag -eq 1 ]; then
version="3.14" version="3.20"
say "-t forcing tagged version = $version" say "-t forcing tagged version = $version"
fi fi
@ -145,7 +145,7 @@ if [ $distance -eq 0 ]; then
elif [ $tag -eq 1 ]; then elif [ $tag -eq 1 ]; then
distance=0 distance=0
version="3.14" # version previously set
else else
version=`hg log -r tip --template '{node|short}'` version=`hg log -r tip --template '{node|short}'`

View File

@ -7,7 +7,7 @@ var ns3_bugs = ns3_site + "bugzilla";
// Links that depend on version: // Links that depend on version:
// Defined in ns3_version.js: // Defined in ns3_version.js:
// ns3_host = "http://www.nsnam.org/" file://$PWD // ns3_host = "//" file://$PWD
// ns3_version = "3.14" "3.14 // ns3_version = "3.14" "3.14
// = "ns-3-dev @ 12345abcde "repo @ 12345abcde // = "ns-3-dev @ 12345abcde "repo @ 12345abcde
// ns3_release = "docs/release/3.14/" "repo/" // ns3_release = "docs/release/3.14/" "repo/"