Skip to content

Commit

Permalink
Preparing to release ODPI-C 5.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Jul 23, 2024
1 parent 1369573 commit 582366f
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
version = '5.3'

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

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
4 changes: 2 additions & 2 deletions doc/src/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ODPI-C Release notes
====================

Version 5.3 (TBD)
-----------------
Version 5.3 (July 23, 2024)
---------------------------

#) Added support for vector storage format ``DPI_VECTOR_FORMAT_BINARY``
available in Oracle Database 23.5 and higher.
Expand Down
2 changes: 1 addition & 1 deletion include/dpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extern "C" {
#define DPI_MAJOR_VERSION 5
#define DPI_MINOR_VERSION 3
#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 582366f

Please sign in to comment.