summaryrefslogtreecommitdiff
path: root/expat
diff options
context:
space:
mode:
authorKarl Waclawek <karl.waclawek@qlinesolutions.com>2016-06-20 16:43:12 -0400
committerKarl Waclawek <karl.waclawek@qlinesolutions.com>2016-06-20 16:43:12 -0400
commit0672d8439747770f4b220b7961d63f8233474ac8 (patch)
tree1365177583fbdfdfc12576e3079e68c528c928b9 /expat
parenteb0fd8b2b10ca5c4614112aa7518da5d9aafc1fc (diff)
downloadlibexpat-git-0672d8439747770f4b220b7961d63f8233474ac8.tar.gz
Fixed versioning comment.
Diffstat (limited to 'expat')
-rw-r--r--expat/lib/expat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/expat/lib/expat.h b/expat/lib/expat.h
index fb1bb273..086e24b3 100644
--- a/expat/lib/expat.h
+++ b/expat/lib/expat.h
@@ -1034,10 +1034,8 @@ XMLPARSEAPI(const XML_Feature *)
XML_GetFeatureList(void);
-/* Expat follows the GNU/Linux convention of odd number minor version for
- beta/development releases and even number minor version for stable
- releases. Micro is bumped with each release, and set to 0 with each
- change to major or minor version.
+/* Expat follows the semantic versioning convention.
+ See http://semver.org.
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 2