mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 05:06:13 +00:00
docs: update documentation
This commit is contained in:
15
docs/source/version.rst
Normal file
15
docs/source/version.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. default-domain:: C
|
||||
|
||||
version
|
||||
================================================================================
|
||||
|
||||
Header: cglm/version.h
|
||||
|
||||
**cglm** uses semantic versioning (http://semver.org) which is MAJOR.MINOR.PATCH
|
||||
|
||||
**CGLM_VERSION_MAJOR** is major number of the version.
|
||||
**CGLM_VERSION_MINOR** is minor number of the version.
|
||||
**CGLM_VERSION_PATCH** is path number of the version.
|
||||
|
||||
every release increases these numbers. You can check existing version by
|
||||
including cglm/version.h
|
||||
Reference in New Issue
Block a user