summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--src/sord_validate.c2
-rw-r--r--wscript2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 40bfb51..95c2d1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+sord (0.16.1) unstable;
+
+ * sord_validate: Update copyright notice
+
+ -- David Robillard <d@drobilla.net> Sat, 28 Jan 2017 14:26:03 -0500
+
sord (0.16.0) stable;
* Fix construction and comparison of URIs with UTF-8 characters
diff --git a/src/sord_validate.c b/src/sord_validate.c
index 96e9584..50ed462 100644
--- a/src/sord_validate.c
+++ b/src/sord_validate.c
@@ -89,7 +89,7 @@ print_version(void)
{
printf("sord_validate " SORD_VERSION
" <http://drobilla.net/software/sord>\n");
- printf("Copyright 2012-2015 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2012-2016 David Robillard <http://drobilla.net>.\n"
"License: <http://www.opensource.org/licenses/isc>\n"
"This is free software; you are free to change and redistribute it."
"\nThere is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/wscript b/wscript
index f89d716..f5fa706 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SORD_VERSION = '0.16.0'
+SORD_VERSION = '0.16.1'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables