version.rst 493 B

123456789101112131415
  1. .. default-domain:: C
  2. version
  3. ================================================================================
  4. Header: cglm/version.h
  5. **cglm** uses semantic versioning (http://semver.org) which is MAJOR.MINOR.PATCH
  6. | **CGLM_VERSION_MAJOR** is major number of the version.
  7. | **CGLM_VERSION_MINOR** is minor number of the version.
  8. | **CGLM_VERSION_PATCH** is patch number of the version.
  9. every release increases these numbers. You can check existing version by
  10. including `cglm/version.h`