]> granicus.if.org Git - libexpat/commitdiff
Fixed versioning comment.
authorKarl Waclawek <karl.waclawek@qlinesolutions.com>
Mon, 20 Jun 2016 20:43:12 +0000 (16:43 -0400)
committerKarl Waclawek <karl.waclawek@qlinesolutions.com>
Mon, 20 Jun 2016 20:43:12 +0000 (16:43 -0400)
expat/lib/expat.h

index fb1bb273723520d7f09a0aa5b49bcb31111cbc3f..086e24b39c51ae6df87e0485162dafced00c136b 100644 (file)
@@ -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