From: Petri Lehtinen Date: Sat, 14 Aug 2010 17:47:08 +0000 (+0300) Subject: Set the version number to 2.0pre X-Git-Tag: v2.0~53 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=cb8fcc780894420ab85bfd5e80ed274999c4161f Set the version number to 2.0pre --- diff --git a/configure.ac b/configure.ac index 54a307c..572a633 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([jansson], [1.3], [petri@digip.org]) +AC_INIT([jansson], [2.0pre], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) diff --git a/doc/conf.py b/doc/conf.py index f0e8cc0..fd1f5ca 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,9 +50,9 @@ copyright = u'2009, 2010 Petri Lehtinen' # built documents. # # The short X.Y version. -version = '1.3' +version = '2.0' # The full version, including alpha/beta/rc tags. -release = '1.3' +release = '2.0pre' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.