From ac97f6f225f85084770a26a8fddfb2a35232fb4e Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 2 Feb 2012 17:00:23 +0200 Subject: [PATCH] doc: Fix the names of library version constants Fixes #52. --- doc/apiref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiref.rst b/doc/apiref.rst index 0657edb..1c3a85b 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -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.