Skip to content

Commit

Permalink
Merge branch 'ia/public_key/app-upp/public_key-0.10' into dev
Browse files Browse the repository at this point in the history
* ia/public_key/app-upp/public_key-0.10:
  Prepare for release
  • Loading branch information
IngelaAndin committed Dec 2, 2010
2 parents b3f18a3 + 0200890 commit ef489ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions lib/public_key/src/public_key.appup.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
%% -*- erlang -*-
{"%VSN%",
[
{"0.9",
[
{update, public_key, soft, soft_purge, soft_purge, []},
{update, pubkey_cert, soft, soft_purge, soft_purge, []}
]
},
{"0.8",
[
{update, 'OTP-PUB-KEY', soft, soft_purge, soft_purge, []},
Expand All @@ -12,6 +18,12 @@
}
],
[
{"0.9",
[
{update, public_key, soft, soft_purge, soft_purge, []},
{update, pubkey_cert, soft, soft_purge, soft_purge, []}
]
},
{"0.8",
[
{update, 'OTP-PUB-KEY', soft, soft_purge, soft_purge, []},
Expand Down
2 changes: 1 addition & 1 deletion lib/public_key/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PUBLIC_KEY_VSN = 0.9
PUBLIC_KEY_VSN = 0.10

0 comments on commit ef489ef

Please sign in to comment.