~ubuntu-branches/ubuntu/karmic/erlang/karmic-security

« back to all changes in this revision

Viewing changes to lib/reltool/vsn.mk

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
17
17
# %CopyrightEnd%
18
18
 
19
 
RELTOOL_VSN = 0.2.1
 
19
RELTOOL_VSN = 0.2.2
20
20
 
 
21
TICKETS = OTP-7999
 
22
TICKETS_2.2.1 = OTP-7840
21
23
TICKETS = OTP-7840
22
24
TICKETS_0.2 = OTP-7805
23