projects
/
profile
/
ivi
/
jansson.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76c69d
)
Set the version number to 2.0pre
author
Petri Lehtinen
<petri@digip.org>
Sat, 14 Aug 2010 17:47:08 +0000
(20:47 +0300)
committer
Petri Lehtinen
<petri@digip.org>
Sat, 14 Aug 2010 17:47:08 +0000
(20:47 +0300)
configure.ac
patch
|
blob
|
history
doc/conf.py
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
54a307c
..
572a633
100644
(file)
--- 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
(file)
--- 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.