diff options
author | Loïc Hoguin <[email protected]> | 2014-06-10 10:11:22 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-10 10:11:22 +0200 |
commit | 4cb547c32dda59f7da53d0f517a7901a60358c57 (patch) | |
tree | 5229c89b2c1366d833b2d1af5fa28da9942638e9 /all.sh | |
parent | e2ffefe828b918486e2cd76e44c54ae9b62c616e (diff) | |
download | cowlib-4cb547c32dda59f7da53d0f517a7901a60358c57.tar.gz cowlib-4cb547c32dda59f7da53d0f517a7901a60358c57.tar.bz2 cowlib-4cb547c32dda59f7da53d0f517a7901a60358c57.zip |
Update list of tested releases
Diffstat (limited to 'all.sh')
-rwxr-xr-x | all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh KERL_INSTALL_PATH=~/erlang -KERL_RELEASES="r15b r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03 r16b03-1 maint master" +KERL_RELEASES="r15b r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 maint master" make build-tests |