diff options
author | David Robillard <d@drobilla.net> | 2017-02-27 11:36:02 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-27 20:41:47 +0100 |
commit | d348561aaf77f96aaa8c2454bce9b13b87f3cd29 (patch) | |
tree | d052ffd0355595c03dd81d8f5c485653cfeacc96 /wscript | |
parent | 808b1de00e29421b542fa8ef781979351dc0fcf7 (diff) | |
download | raul-d348561aaf77f96aaa8c2454bce9b13b87f3cd29.tar.gz raul-d348561aaf77f96aaa8c2454bce9b13b87f3cd29.tar.bz2 raul-d348561aaf77f96aaa8c2454bce9b13b87f3cd29.zip |
Use std::chrono::duration in Semaphore API
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import waflib.Options as Options import waflib.extras.autowaf as autowaf # Version of this package (even if built as a child) -RAUL_VERSION = '0.8.7' +RAUL_VERSION = '0.8.9' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes |