diff options
author | Erlang/OTP <[email protected]> | 2013-01-29 11:38:41 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-01-29 11:38:41 +0100 |
commit | 68b804f34d4ec420d86953e3f519179a40fbee8f (patch) | |
tree | b27effe40c97a3cad92f0a685ccb73858772819e /lib/cosTime | |
parent | 510207b2200e66f6b2b0a4e8314912c8f3e05b72 (diff) | |
download | otp-68b804f34d4ec420d86953e3f519179a40fbee8f.tar.gz otp-68b804f34d4ec420d86953e3f519179a40fbee8f.tar.bz2 otp-68b804f34d4ec420d86953e3f519179a40fbee8f.zip |
Prepare releaseOTP_R16A_RELEASE_CANDIDATE
Diffstat (limited to 'lib/cosTime')
-rw-r--r-- | lib/cosTime/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/cosTime/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/cosTime/doc/src/notes.xml b/lib/cosTime/doc/src/notes.xml index c70978df2b..2a65e000ec 100644 --- a/lib/cosTime/doc/src/notes.xml +++ b/lib/cosTime/doc/src/notes.xml @@ -32,7 +32,22 @@ <file>notes.xml</file> </header> - <section><title>cosTime 1.1.12</title> + <section><title>cosTime 1.1.13</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Misc build updates</p> + <p> + Own Id: OTP-10784</p> + </item> + </list> + </section> + +</section> + +<section><title>cosTime 1.1.12</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/cosTime/vsn.mk b/lib/cosTime/vsn.mk index 14d3b61bc6..02cd669222 100644 --- a/lib/cosTime/vsn.mk +++ b/lib/cosTime/vsn.mk @@ -1,2 +1,2 @@ -COSTIME_VSN = 1.1.12 +COSTIME_VSN = 1.1.13 |