diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | src/sord_validate.c | 2 | ||||
-rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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"); @@ -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 |