summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2013-12-13 08:16:19 -0800
committerDave Beckett <dave@dajobe.org>2013-12-13 08:16:19 -0800
commit6530d19791d48d90f9a5d218caa55a0e4a388a30 (patch)
treec22f54eb8607c97158f487d3e7b4bfa68c89f7f7
parentf8963ea8e2532ad693e07100f941eec852ca3a61 (diff)
downloadraptor-6530d19791d48d90f9a5d218caa55a0e4a388a30.tar.gz
Bumped version to 2.0.13
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS.html5
-rw-r--r--RELEASE.html6
-rw-r--r--configure.ac2
4 files changed, 14 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0c92205..84697c41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,8 @@
SET(RAPTOR_VERSION_MAJOR 2)
SET(RAPTOR_VERSION_MINOR 0)
-SET(RAPTOR_VERSION_RELEASE 12)
-SET(RAPTOR_MIN_VERSION_DECIMAL 20012)
+SET(RAPTOR_VERSION_RELEASE 13)
+SET(RAPTOR_MIN_VERSION_DECIMAL 20013)
SET(VERSION "${RAPTOR_VERSION_MAJOR}.${RAPTOR_VERSION_MINOR}.${RAPTOR_VERSION_RELEASE}")
MATH(EXPR RAPTOR_VERSION_DECIMAL "${RAPTOR_VERSION_MAJOR} * 10000 + ${RAPTOR_VERSION_MINOR} * 100 + ${RAPTOR_VERSION_RELEASE}")
diff --git a/NEWS.html b/NEWS.html
index a2bdbf21..44b474ad 100644
--- a/NEWS.html
+++ b/NEWS.html
@@ -8,6 +8,11 @@
<h1 style="text-align:center">Raptor RDF Syntax Library - News</h1>
+<h2 id="D2013-XX-XX-V2.0.13">2013-XX-XX Raptor2 Version 2.0.13 Released</h2>
+
+<p>Not yet released.
+</p>
+
<h2 id="D2013-12-13-V2.0.12">2013-12-13 Raptor2 Version 2.0.12 Released</h2>
<p>N-Triples / N-Quads parser updated to pass all the RDF.1 2013 tests<br />
diff --git a/RELEASE.html b/RELEASE.html
index 15f2f36b..740922cd 100644
--- a/RELEASE.html
+++ b/RELEASE.html
@@ -9,6 +9,12 @@
<h1 style="text-align:center">Raptor RDF Syntax Library - Release Notes</h1>
+<h2 id="rel2_0_13"><a name="rel2_0_13">Raptor2 2.0.13 changes</a></h2>
+
+<p>Not yet released.
+</p>
+
+
<h2 id="rel2_0_12"><a name="rel2_0_12">Raptor2 2.0.12 changes</a></h2>
<h3>Parser changes</h3>
diff --git a/configure.ac b/configure.ac
index 7a160e2e..28a4fe11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl
AC_PREREQ([2.62])
-AC_INIT([Raptor RDF Parser and Serializer library], [2.0.12], [http://bugs.librdf.org/], [raptor2])
+AC_INIT([Raptor RDF Parser and Serializer library], [2.0.13], [http://bugs.librdf.org/], [raptor2])
AC_CONFIG_SRCDIR([src/raptor_general.c])
AC_CONFIG_HEADERS([src/raptor_config.h])
AC_CONFIG_AUX_DIR(build)