setting the version to 2.0.2
diff --git a/setversion.py b/setversion.py
index a73d94f..325cb75 100755
--- a/setversion.py
+++ b/setversion.py
@@ -116,3 +116,4 @@
 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>' )
\ No newline at end of file