setting the version to 2.2.0
diff --git a/setversion.py b/setversion.py
index 12fc7df..85523d7 100755
--- a/setversion.py
+++ b/setversion.py
@@ -116,6 +116,8 @@
print( '1. Build. g++ -Wall -DDEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe' )
print( '2. Commit. git commit -am"setting the version to ' + versionStr + '"' )
print( '3. Tag. git tag ' + versionStr )
-print( ' OR git tag -a ' + versionStr + ' -m <tag message>' )
-print( 'Remember to "git push" both code and tag.' )
+print( ' OR git tag -a ' + versionStr + ' -m [tag message]' )
+print( 'Remember to "git push" both code and tag. For the tag:' )
+print( 'git push origin [tagname]')
+
\ No newline at end of file