diff options
author | Erlang/OTP <[email protected]> | 2010-08-27 11:45:31 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-08-27 11:45:31 +0200 |
commit | 96db19557ac894cffcaa18e8f1191d387a5b05ea (patch) | |
tree | 69b96b61bdc22073bce0b288cb22a77e0036e3ea /lib/asn1/vsn.mk | |
parent | 4a54b4ac3d9324e760c2839d5a224a461fd3f970 (diff) | |
parent | 81b13cd0c640f131822b32b8a1e32c7f4b41faba (diff) | |
download | otp-96db19557ac894cffcaa18e8f1191d387a5b05ea.tar.gz otp-96db19557ac894cffcaa18e8f1191d387a5b05ea.tar.bz2 otp-96db19557ac894cffcaa18e8f1191d387a5b05ea.zip |
Merge branch 'kenneth/asn1/ExtensionAdditionGroup/OTP-8598' of ../kenneth_otp into HEAD
* 'kenneth/asn1/ExtensionAdditionGroup/OTP-8598' of ../kenneth_otp:
Update of vsn.mk, relnotes and appup for patch in R13B04 track
Add support for Extension addition group
Diffstat (limited to 'lib/asn1/vsn.mk')
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 32151a0cac..dc89027de4 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1,5 +1,5 @@ #next version number to use is 1.6.14 | 1.7 | 2.0 -ASN1_VSN = 1.6.13 +ASN1_VSN = 1.6.13.1 TICKETS = OTP-8463 |