summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-19 08:46:45 -0500
committerDavid Robillard <d@drobilla.net>2025-01-19 08:46:45 -0500
commit2e7d86cadb5f16ac99bb08ef9355cedc10ad607e (patch)
treed66893eb844f9105ee520b6a6a9265a69fa3ed06
parent3aac59a341b8164b41272aac920c3fdb8c4bb858 (diff)
downloadsord-2e7d86cadb5f16ac99bb08ef9355cedc10ad607e.tar.gz
sord-2e7d86cadb5f16ac99bb08ef9355cedc10ad607e.tar.bz2
sord-2e7d86cadb5f16ac99bb08ef9355cedc10ad607e.zip
Sord 0.16.18
-rw-r--r--NEWS4
-rw-r--r--README.md1
-rw-r--r--meson.build2
-rw-r--r--src/sord_config.h2
4 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 837606a..54e9511 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-sord (0.16.17) unstable; urgency=medium
+sord (0.16.18) stable; urgency=medium
* Add option to install tool man pages
* Enable clang nullability checks
@@ -6,7 +6,7 @@ sord (0.16.17) unstable; urgency=medium
* Fix library current_version on MacOS
* Replace more platform-specific code with use of zix
- -- David Robillard <d@drobilla.net> Wed, 11 Dec 2024 20:13:16 +0000
+ -- David Robillard <d@drobilla.net> Sun, 19 Jan 2025 13:46:35 +0000
sord (0.16.16) stable; urgency=medium
diff --git a/README.md b/README.md
index 5a72c30..3046c40 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Sord
====
Sord is a lightweight C library for storing RDF statements in memory.
+
For more information, see <http://drobilla.net/software/sord>.
-- David Robillard <d@drobilla.net>
diff --git a/meson.build b/meson.build
index 0c7c9e6..7b9162e 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project(
],
license: 'ISC',
meson_version: '>= 0.56.0',
- version: '0.16.17',
+ version: '0.16.18',
)
sord_src_root = meson.current_source_dir()
diff --git a/src/sord_config.h b/src/sord_config.h
index 6df5b85..4969e22 100644
--- a/src/sord_config.h
+++ b/src/sord_config.h
@@ -16,7 +16,7 @@
#define SORD_CONFIG_H
// Define version unconditionally so a warning will catch a mismatch
-#define SORD_VERSION "0.16.17"
+#define SORD_VERSION "0.16.18"
#if !defined(SORD_NO_DEFAULT_CONFIG)