From 3cc0b479280767c1d54af86b6bb6881a00d6d9f9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Jan 2017 14:26:48 -0500 Subject: Update sord_validate copyright notice --- NEWS | 6 ++++++ src/sord_validate.c | 2 +- wscript | 2 +- 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 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 " \n"); - printf("Copyright 2012-2015 David Robillard .\n" + printf("Copyright 2012-2016 David Robillard .\n" "License: \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 -- cgit v1.2.1