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/cosEventDomain | |
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/cosEventDomain')
-rw-r--r-- | lib/cosEventDomain/src/cosEventDomain.app.src | 2 | ||||
-rw-r--r-- | lib/cosEventDomain/vsn.mk | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/cosEventDomain/src/cosEventDomain.app.src b/lib/cosEventDomain/src/cosEventDomain.app.src index 60114b6a91..f218ac853e 100644 --- a/lib/cosEventDomain/src/cosEventDomain.app.src +++ b/lib/cosEventDomain/src/cosEventDomain.app.src @@ -28,6 +28,6 @@ {applications, [orber, stdlib, kernel]}, {env, []}, {mod, {cosEventDomainApp, []}}, - {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", "cosNotification-1.1.21"]} ]}. diff --git a/lib/cosEventDomain/vsn.mk b/lib/cosEventDomain/vsn.mk index 6317ed3c22..bdde1f6ab2 100644 --- a/lib/cosEventDomain/vsn.mk +++ b/lib/cosEventDomain/vsn.mk @@ -1,3 +1,2 @@ - -COSEVENTDOMAIN_VSN = 1.1.14 +COSEVENTDOMAIN_VSN = 1.2 |