Skip to content

Commit 1367589

Browse files
Preparing to release ODPI-C 4.5.0.
1 parent 31c0bec commit 1367589

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
version = '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
5252
html_theme = 'oracle'

doc/src/releasenotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ODPI-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.

include/dpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)