aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/vsn.mk
diff options
context:
space:
mode:
authorLars G Thorsen <[email protected]>2010-04-07 11:21:34 +0000
committerErlang/OTP <[email protected]>2010-04-07 11:21:34 +0000
commitc9a28867c74755a68c43ff8f683fbd8004d5c3ba (patch)
tree383e19b4a8e0aa5fe42832240234c02ceb3e01f3 /lib/xmerl/vsn.mk
parent6fd69d6ca5cea3aae4afce7544ba6b729221885c (diff)
downloadotp-c9a28867c74755a68c43ff8f683fbd8004d5c3ba.tar.gz
otp-c9a28867c74755a68c43ff8f683fbd8004d5c3ba.tar.bz2
otp-c9a28867c74755a68c43ff8f683fbd8004d5c3ba.zip
OTP-8537 Checked in beam files in test directory
All Erlang files are now built by the test server instead of the test directory Makefile. Erlang files in data directories are now built by the test suites instead of using prebuilt versions under version control. Removed a number of obsolete guards.
Diffstat (limited to 'lib/xmerl/vsn.mk')
-rw-r--r--lib/xmerl/vsn.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk
index 4162b52a80..83b9d4826f 100644
--- a/lib/xmerl/vsn.mk
+++ b/lib/xmerl/vsn.mk
@@ -17,14 +17,17 @@
# %CopyrightEnd%
#
-XMERL_VSN = 1.2.4
+XMERL_VSN = 1.2.5
TICKETS = \
- OTP-8343
+ OTP-8537
+
+TICKETS_1.2.5 = \
+ OTP-8537
TICKETS_1.2.4 = \
- OTP-8343
+ OTP-8343
TICKETS_1.2.3 = \
OTP-8251 \