doc/release_steps.txt
changeset 3358 42504fb1f7be
parent 3289 bd7baccf47a3
child 3683 05797303259b
--- a/doc/release_steps.txt	Mon Jun 30 13:35:33 2008 -0700
+++ b/doc/release_steps.txt	Mon Jun 30 13:44:27 2008 -0700
@@ -14,10 +14,10 @@
 4. test dev tarball on release platforms (waf check and maybe some other 
    scripts)
 5. once you are happy with the tarball, tag ns-3-dev and ns-3-dev-ref-traces
-   - hg tag "release ns-3.1x"
+   - hg tag "ns-3.1x"
    - hg push 
    - cd into regression/ns-3-dev-ref-traces
-   - hg tag "release ns-3.1x"
+   - hg tag "ns-3.1x"
    - hg push 
 6. clone the tagged ns-3-dev and place it on the repository
    - ssh code.nsnam.org; sudo tcsh; su code;