From 53e6b5e807a0367ba14efc8f3b7afaffa9a3bcf3 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Wed, 1 Mar 2023 16:22:44 -0800 Subject: Bumped version to 2.0.17 --- CMakeLists.txt | 4 ++-- NEWS.html | 5 +++++ RELEASE.html | 6 ++++++ configure.ac | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f9bcb5f..1b62e9a3 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 16) -SET(RAPTOR_MIN_VERSION_DECIMAL 20016) +SET(RAPTOR_VERSION_RELEASE 17) +SET(RAPTOR_MIN_VERSION_DECIMAL 20017) 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 3f648abd..9bc90329 100644 --- a/NEWS.html +++ b/NEWS.html @@ -8,6 +8,11 @@

Raptor RDF Syntax Library - News

+

2023-XX-XX Raptor2 Version 2.0.17 Released

+ +

Not yet released. +

+

2023-03-01 Raptor2 Version 2.0.16 Released

diff --git a/RELEASE.html b/RELEASE.html index 8f95e8f1..b2a72e62 100644 --- a/RELEASE.html +++ b/RELEASE.html @@ -9,6 +9,12 @@

Raptor RDF Syntax Library - Release Notes

+

Raptor2 2.0.17 changes

+ +

Not yet released. +

+ +

Raptor2 2.0.16 changes

Release because ... it's been a while

diff --git a/configure.ac b/configure.ac index da048901..e2b696ce 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.16], [https://bugs.librdf.org/], [raptor2]) +AC_INIT([Raptor RDF Parser and Serializer library], [2.0.17], [https://bugs.librdf.org/], [raptor2]) AC_CONFIG_SRCDIR([src/raptor_general.c]) AC_CONFIG_HEADERS([src/raptor_config.h]) AC_CONFIG_AUX_DIR(build) -- cgit v1.2.1