diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/xmerl/vsn.mk | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/xmerl/vsn.mk')
-rw-r--r-- | lib/xmerl/vsn.mk | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk new file mode 100644 index 0000000000..0bb57ea252 --- /dev/null +++ b/lib/xmerl/vsn.mk @@ -0,0 +1,124 @@ +# +# %CopyrightBegin% +# +# Copyright Ericsson AB 2003-2009. All Rights Reserved. +# +# The contents of this file are subject to the Erlang Public License, +# Version 1.1, (the "License"); you may not use this file except in +# compliance with the License. You should have received a copy of the +# Erlang Public License along with this software. If not, it can be +# retrieved online at http://www.erlang.org/. +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +# the License for the specific language governing rights and limitations +# under the License. +# +# %CopyrightEnd% +# + +XMERL_VSN = 1.2.3 + +TICKETS = \ + OTP-8251 \ + OTP-8252 \ + OTP-8253 + +TICKETS_1.2.3 = \ + OTP-8251 \ + OTP-8252 \ + OTP-8253 + +TICKETS_1.2.2 = \ + OTP-8213 \ + OTP-8214 + +TICKETS_1.2.1 = \ + OTP-8084 \ + OTP-8153 \ + OTP-8156 + +TICKETS_1.2 = \ + OTP-6635 + +TICKETS_1.1.12 = \ + OTP-7847 + +TICKETS_1.1.11 = \ + OTP-7736 + +TICKETS_1.1.10 = \ + OTP-6053 \ + OTP-6873 \ + OTP-7430 \ + OTP-7473 \ + OTP-7496 + +TICKETS_1.1.9 = \ + OTP-5998 \ + OTP-6947 \ + OTP-7288 + +TICKETS_1.1.8 = \ + OTP-7211 \ + OTP-7214 + +TICKETS_1.1.7 = \ + OTP-7190 + +TICKETS_1.1.6 = \ + OTP-6773 \ + OTP-6777 \ + OTP-6877 \ + OTP-6910 + +TICKETS_1.1.5 = \ + OTP-6720 \ + OTP-6739 \ + OTP-6752 + +TICKETS_1.1.4 = \ + OTP-6679 + +TICKETS_1.1.3 = \ + OTP-6599 + +TICKETS_1.1.2 = \ + OTP-6507 \ + OTP-6460 + +TICKETS_1.1.1 = \ + OTP-6402 + +TICKETS_1.1 = \ + OTP-6043 \ + OTP-6099 \ + OTP-6401 + +TICKETS_1.0.5 = \ + + +TICKETS_1.0.4 = \ + OTP-5599 \ + OTP-5718 \ + OTP-5734 \ + OTP-5895 \ + OTP-5902 \ + OTP-5905 + +TICKETS_1.0.3 = \ + OTP-5587 + +TICKETS_1.0.2 = \ + OTP-5498 \ + OTP-5500 \ + OTP-5531 + +TICKETS_1.0.1 = \ + OTP-5268 \ + OTP-5301 \ + OTP-5407 + +TICKETS_1.0 = \ + OTP-5174 \ + |