Merge branch '2.0'
authorPetri Lehtinen <petri@digip.org>
Thu, 31 Mar 2011 18:26:19 +0000 (21:26 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 31 Mar 2011 18:26:19 +0000 (21:26 +0300)
Conflicts:
doc/conf.py
src/jansson.h

1  2 
configure.ac
doc/conf.py
src/jansson.h

diff --cc configure.ac
@@@ -1,5 -1,5 +1,5 @@@
  AC_PREREQ([2.60])
- AC_INIT([jansson], [2.0], [petri@digip.org])
 -AC_INIT([jansson], [2.0.1], [petri@digip.org])
++AC_INIT([jansson], [2.0.1+git], [petri@digip.org])
  
  AM_INIT_AUTOMAKE([1.10 foreign])
  
diff --cc doc/conf.py
@@@ -50,7 -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+git'
 -release = '2.0.1'
++release = '2.0.1+git'
  
  # The language for content autogenerated by Sphinx. Refer to documentation
  # for a list of supported languages.
diff --cc src/jansson.h
@@@ -22,10 -22,10 +22,10 @@@ extern "C" 
  
  #define JANSSON_MAJOR_VERSION  2
  #define JANSSON_MINOR_VERSION  0
 -#define JANSSON_MICRO_VERSION  1
 +#define JANSSON_MICRO_VERSION  255
  
  /* Micro version is omitted if it's 0 */
- #define JANSSON_VERSION  "2.0"
 -#define JANSSON_VERSION  "2.0.1"
++#define JANSSON_VERSION  "2.0.1+git"
  
  /* Version as a 3-byte hex number, e.g. 0x010201 == 1.2.1. Use this
     for numeric comparisons, e.g. #if JANSSON_VERSION_HEX >= ... */