From 433f1272d479cd38cb695b507476fd89b5ef2a9a Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Sun, 16 Mar 2014 20:22:12 -0700 Subject: [PATCH] update readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 8ecd536..485e00f 100644 --- a/readme.md +++ b/readme.md @@ -269,6 +269,14 @@ an XCode project, a Code::Blocks project, and a cmake CMakeLists.txt included to The top of tinyxml.h even has a simple g++ command line if you are are *nix and don't want to use a build system. +Versioning +---------- + +TinyXML-2 uses semantic versioning. http://semver.org/ Releases are now tagged in github. + +Note that the major version will (probably) change fairly rapidly. API changes are fairly +common. + Documentation -------------