diff options
author | Lars Thorsen <[email protected]> | 2015-04-28 08:12:05 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2015-05-08 12:32:15 +0200 |
commit | 9ca2c2fcc364ee320c61281cf0e89fdd120617c9 (patch) | |
tree | 3a426ef128bc122a1c8dee611e9d62d088ebb4a3 /lib/cosTransactions | |
parent | 1e115b3e972bb8c23504ee75ad8fb2e202a6758a (diff) | |
download | otp-9ca2c2fcc364ee320c61281cf0e89fdd120617c9.tar.gz otp-9ca2c2fcc364ee320c61281cf0e89fdd120617c9.tar.bz2 otp-9ca2c2fcc364ee320c61281cf0e89fdd120617c9.zip |
[orber, cos*] Bump versions and update dependencies in app file
Diffstat (limited to 'lib/cosTransactions')
-rw-r--r-- | lib/cosTransactions/src/cosTransactions.app.src | 2 | ||||
-rw-r--r-- | lib/cosTransactions/vsn.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/cosTransactions/src/cosTransactions.app.src b/lib/cosTransactions/src/cosTransactions.app.src index 6b99915ad6..074d82f487 100644 --- a/lib/cosTransactions/src/cosTransactions.app.src +++ b/lib/cosTransactions/src/cosTransactions.app.src @@ -40,5 +40,5 @@ {applications, [orber, stdlib, kernel]}, {env, []}, {mod, {cosTransactions, []}}, - {runtime_dependencies, ["stdlib-2.0","orber-3.6.27","kernel-3.0","erts-6.0"]} + {runtime_dependencies, ["stdlib-2.0","orber-3.6.27","kernel-3.0","erts-7.0"]} ]}. diff --git a/lib/cosTransactions/vsn.mk b/lib/cosTransactions/vsn.mk index 7aed212523..929f8c73d1 100644 --- a/lib/cosTransactions/vsn.mk +++ b/lib/cosTransactions/vsn.mk @@ -1 +1 @@ -COSTRANSACTIONS_VSN = 1.2.14 +COSTRANSACTIONS_VSN = 1.3 |