Skip to content

Commit

Permalink
Preparing to release ODPI-C 4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Nov 10, 2022
1 parent 59d9a26 commit 8416f28
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.6'

# the full version, including alpha/beta/rc tags
release = '4.6.0b1'
release = '4.6.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.6 (TBD)
-----------------
Version 4.6 (November 10, 2022)
-------------------------------

#) Added attributes :member:`~dpiObjectTypeInfo.packageName` and
:member:`~dpiObjectTypeInfo.packageNameLength` to structure
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 6
#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 8416f28

Please sign in to comment.