diff options
author | David Robillard <d@drobilla.net> | 2020-09-27 17:18:18 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-27 17:18:18 +0200 |
commit | 420917f573c0fcfbd3cf3a39e222aedd35a2d888 (patch) | |
tree | b79c511ce8a978db2bfa61f8ee02bb4551f8cb2d /wscript | |
parent | b857fcc6a1cb09190c6a6f293aa937c258bd20a9 (diff) | |
download | sratom-420917f573c0fcfbd3cf3a39e222aedd35a2d888.tar.gz sratom-420917f573c0fcfbd3cf3a39e222aedd35a2d888.tar.bz2 sratom-420917f573c0fcfbd3cf3a39e222aedd35a2d888.zip |
Sratom 0.6.6v0.6.6
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SRATOM_VERSION = '0.6.5' +SRATOM_VERSION = '0.6.6' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables |