File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646version = '4.5'
4747
4848# the full version, including alpha/beta/rc tags
49- release = '4.5.0b1 '
49+ release = '4.5.0 '
5050
5151# the theme to use for HTML pages
5252html_theme = 'oracle'
Original file line number Diff line number Diff line change 11ODPI-C Release notes
22====================
33
4- Version 4.5 (TBD )
5- -----------------
4+ Version 4.5 (September 13, 2022 )
5+ --------------------------------
66
77#) Added support for OAuth token authentication when creating standalone
88 connections and connection pools.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ extern "C" {
7171#define DPI_MAJOR_VERSION 4
7272#define DPI_MINOR_VERSION 5
7373#define DPI_PATCH_LEVEL 0
74- #define DPI_VERSION_SUFFIX "b1"
74+ #define DPI_VERSION_SUFFIX
7575
7676#define DPI_STR_HELPER (x ) #x
7777#define DPI_STR (x ) DPI_STR_HELPER(x)
You can’t perform that action at this time.
0 commit comments