Skip to content

Commit

Permalink
Preparing to release ODPI-C 4.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Sep 13, 2022
1 parent 31c0bec commit 1367589
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/src/conf.py
Expand Up @@ -46,7 +46,7 @@
version = '4.5'

# the full version, including alpha/beta/rc tags
release = '4.5.0b1'
release = '4.5.0'

# the theme to use for HTML pages
html_theme = 'oracle'
Expand Down
4 changes: 2 additions & 2 deletions doc/src/releasenotes.rst
@@ -1,8 +1,8 @@
ODPI-C Release notes
====================

Version 4.5 (TBD)
-----------------
Version 4.5 (September 13, 2022)
--------------------------------

#) Added support for OAuth token authentication when creating standalone
connections and connection pools.
Expand Down
2 changes: 1 addition & 1 deletion include/dpi.h
Expand Up @@ -71,7 +71,7 @@ extern "C" {
#define DPI_MAJOR_VERSION 4
#define DPI_MINOR_VERSION 5
#define DPI_PATCH_LEVEL 0
#define DPI_VERSION_SUFFIX "b1"
#define DPI_VERSION_SUFFIX

#define DPI_STR_HELPER(x) #x
#define DPI_STR(x) DPI_STR_HELPER(x)
Expand Down

0 comments on commit 1367589

Please sign in to comment.