diff options
author | Niclas Eklund <[email protected]> | 2010-12-14 15:46:57 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-12-14 15:46:57 +0100 |
commit | 98a66242abe688d852ec46f4298a364fc0124995 (patch) | |
tree | aa7df62e86bc519858bf7bde7b5106a5a5c48772 /lib/orber/vsn.mk | |
parent | 8bd0325c850ad70e514f680a2dd7020144773665 (diff) | |
download | otp-98a66242abe688d852ec46f4298a364fc0124995.tar.gz otp-98a66242abe688d852ec46f4298a364fc0124995.tar.bz2 otp-98a66242abe688d852ec46f4298a364fc0124995.zip |
Support for recursive unions and structs. Break loop if recursive TypeCode.
Diffstat (limited to 'lib/orber/vsn.mk')
-rw-r--r-- | lib/orber/vsn.mk | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/lib/orber/vsn.mk b/lib/orber/vsn.mk index c405326e9a..c973316412 100644 --- a/lib/orber/vsn.mk +++ b/lib/orber/vsn.mk @@ -1,27 +1,2 @@ -ORBER_VSN = 3.6.18 - -TICKETS = OTP-8900 - -TICKETS_3.6.17 = OTP-8840 - -TICKETS_3.6.16 = OTP-8543 \ - OTP-8489 - -TICKETS_3.6.15 = OTP-8353 \ - OTP-8354 \ - OTP-8374 \ - OTP-8409 \ - OTP-8448 - -TICKETS_3.6.14 = OTP-8201 - -TICKETS_3.6.14 = OTP-8201 - -TICKETS_3.6.13 = OTP-7987 - -TICKETS_3.6.12 = OTP-7906 - -TICKETS_3.6.11 = OTP-7837 - -TICKETS_3.6.10 = OTP-7595 +ORBER_VSN = 3.6.19 |