diff options
author | Erlang/OTP <[email protected]> | 2016-05-12 12:04:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-05-12 12:04:14 +0200 |
commit | 663e847459686604ea051f036a0e4caff18cea6f (patch) | |
tree | 978aea941c88a814947a664cebd1f93991e544f3 /lib/odbc | |
parent | f68a3780fbcc836c7036b55db5ee1d0447213c8f (diff) | |
download | otp-663e847459686604ea051f036a0e4caff18cea6f.tar.gz otp-663e847459686604ea051f036a0e4caff18cea6f.tar.bz2 otp-663e847459686604ea051f036a0e4caff18cea6f.zip |
Revert "Prepare release"
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
Diffstat (limited to 'lib/odbc')
-rw-r--r-- | lib/odbc/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/odbc/vsn.mk | 2 |
2 files changed, 2 insertions, 18 deletions
diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 55eb8e7ac0..ac3c99badc 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -32,23 +32,7 @@ <p>This document describes the changes made to the odbc application. </p> - <section><title>ODBC 2.11.2</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Configure enhancment for better handling program paths - used in the build process</p> - <p> - Own Id: OTP-13559</p> - </item> - </list> - </section> - -</section> - -<section><title>ODBC 2.11.1</title> + <section><title>ODBC 2.11.1</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk index 957c6b42eb..c7c84560d1 100644 --- a/lib/odbc/vsn.mk +++ b/lib/odbc/vsn.mk @@ -1 +1 @@ -ODBC_VSN = 2.11.2 +ODBC_VSN = 2.11.1 |