commit | b59ac45131eab3ad1f53b0d3ec60a98e8a96230a | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Mar 16 20:18:41 2014 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Mar 16 20:18:41 2014 -0700 |
tree | a7c7c45bac258a4211028b445265540e5bd999f7 | |
parent | a0744c8dcab86845e9f2e9060c84a610bd496dd9 [diff] [blame] |
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