From cb8fcc780894420ab85bfd5e80ed274999c4161f Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 14 Aug 2010 20:47:08 +0300 Subject: [PATCH] Set the version number to 2.0pre --- configure.ac | 2 +- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.1.4