doc: Fix the names of library version constants

Fixes #52.
This commit is contained in:
Petri Lehtinen 2012-02-02 17:00:23 +02:00
parent 0d64e8ef89
commit ac97f6f225

View File

@ -41,7 +41,7 @@ set to zero.
The following preprocessor constants specify the current version of The following preprocessor constants specify the current version of
the library: the library:
``JANSSON_VERSION_MAJOR``, ``JANSSON_VERSION_MINOR``, ``JANSSON_VERSION_MICRO`` ``JANSSON_MAJOR_VERSION``, ``JANSSON_MINOR_VERSION``, ``JANSSON_MICRO_VERSION``
Integers specifying the major, minor and micro versions, Integers specifying the major, minor and micro versions,
respectively. respectively.