diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 19:27:39 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 19:27:39 -0400 |
commit | 8cf09feee6895ba0760f8c24db6416dac9006dc3 (patch) | |
tree | d1824d5a65989b1f7b28d7b3c59e6aa2b9c4d283 /wscript | |
parent | 5575f0631708e3d2969654459a10ecaeaa3fe50f (diff) | |
download | sratom-e939be1ae780d8cc6f6881d212edf81920eb1949.tar.gz sratom-e939be1ae780d8cc6f6881d212edf81920eb1949.tar.bz2 sratom-e939be1ae780d8cc6f6881d212edf81920eb1949.zip |
Sratom 0.6.10v0.6.10
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.8' +SRATOM_VERSION = '0.6.10' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables |