summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 22:08:09 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 22:08:09 +0000
commit571b5861462fc8bf28569a91b31e35a3c01f1d5e (patch)
tree80df7f1ac19fb9879e923f29cf85fd107c08aea6
parent30aba3a62ba2e52515db092531f3adaacf87a53f (diff)
downloadsord-571b5861462fc8bf28569a91b31e35a3c01f1d5e.tar.gz
sord-571b5861462fc8bf28569a91b31e35a3c01f1d5e.tar.bz2
sord-571b5861462fc8bf28569a91b31e35a3c01f1d5e.zip
Sord 0.12.2.
git-svn-id: http://svn.drobilla.net/sord/trunk@304 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r--COPYING2
-rw-r--r--NEWS6
-rw-r--r--wscript2
3 files changed, 5 insertions, 5 deletions
diff --git a/COPYING b/COPYING
index a739216..3010008 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011 David Robillard <http://drobilla.net>
+Copyright 2011-2014 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/NEWS b/NEWS
index 7743a27..2d2f8f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-sord (0.12.1) unstable;
+sord (0.12.2) stable;
* Fix iteration over an entire graph (* * * graph)
* sordmm.hpp: Remove unused members
- * Update to waf 1.7.11
+ * Update to waf 1.7.16
- -- David Robillard <d@drobilla.net> Tue, 15 Jul 2014 15:16:07 -0400
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:03:02 -0400
sord (0.12.0) stable;
diff --git a/wscript b/wscript
index 0de3765..8df4ac1 100644
--- a/wscript
+++ b/wscript
@@ -10,7 +10,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SORD_VERSION = '0.12.1'
+SORD_VERSION = '0.12.2'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables