diff options
author | John Högberg <[email protected]> | 2017-07-04 10:48:47 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-04 10:48:47 +0200 |
commit | 522c3cca9ab2895e92984d46e1ca76b6d0aa1de9 (patch) | |
tree | 06c6d37c4b0e91548e638f7a90554ac4395e1510 /lib/common_test/vsn.mk | |
parent | fcca55a9deb1cfaa107fbe5bf5d093decf423fcd (diff) | |
parent | 4acf549207503d7c80cfbd9f0958aafd10da07d0 (diff) | |
download | otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.tar.gz otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.tar.bz2 otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Update release notes
Update version numbers
erts: Fix bug in quick alloc
Fix old length usage in string
stdlib: Fix bug in proc_lib
Support arbitrary crash report in proc_lib.
Diffstat (limited to 'lib/common_test/vsn.mk')
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index a219aa4736..9fc3f7f797 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15 +COMMON_TEST_VSN = 1.15.1 |