diff options
author | David Robillard <d@drobilla.net> | 2017-01-28 14:26:48 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-01-28 14:26:48 -0500 |
commit | 3cc0b479280767c1d54af86b6bb6881a00d6d9f9 (patch) | |
tree | 3e0f2d2730fb8074b9b1d772c8b408e363fc822b | |
parent | f522cedd1402019a3b61dac2ddb85e1a4ba4a759 (diff) | |
download | sord-3cc0b479280767c1d54af86b6bb6881a00d6d9f9.tar.gz sord-3cc0b479280767c1d54af86b6bb6881a00d6d9f9.tar.bz2 sord-3cc0b479280767c1d54af86b6bb6881a00d6d9f9.zip |
Update sord_validate copyright notice
-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 |