doc: Fix the names of library version constants
authorPetri Lehtinen <petri@digip.org>
Thu, 2 Feb 2012 15:00:23 +0000 (17:00 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 2 Feb 2012 15:00:35 +0000 (17:00 +0200)
Fixes #52.

doc/apiref.rst

index 0657edb..1c3a85b 100644 (file)
@@ -41,7 +41,7 @@ set to zero.
 The following preprocessor constants specify the current version of
 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,
   respectively.