From 5456fc59ab8f4155f67e253215e1c08a14d5091f Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 27 Mar 2011 13:40:25 +0300 Subject: [PATCH] Set JANSSON_MICRO_VERSION to 255 (0xFF) for git master Also, set documentation release to "2.0+git". This shows up in the automatically built HTML documentation. These changes makes it easier for library users to know that this version is under development. Closes GH-14. --- doc/conf.py | 2 +- src/jansson.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index c8911ab..493c0d5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ copyright = u'2009-2011, Petri Lehtinen' # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0' +release = '2.0+git' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/jansson.h b/src/jansson.h index 0ab0dfd..9ea314e 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -22,7 +22,7 @@ extern "C" { #define JANSSON_MAJOR_VERSION 2 #define JANSSON_MINOR_VERSION 0 -#define JANSSON_MICRO_VERSION 0 +#define JANSSON_MICRO_VERSION 255 /* Micro version is omitted if it's 0 */ #define JANSSON_VERSION "2.0" -- 2.1.4