Skip to content

Commit

Permalink
Preparing to release ODPI-C 5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Nov 5, 2024
1 parent f453aee commit c9be4cc
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.4'

# the full version, including alpha/beta/rc tags
release = '5.4.0b1'
release = '5.4.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.4.0 (TBD)
-------------------
Version 5.4.0 (November 5, 2024)
--------------------------------

#) Added support for getting information about a connection in the structure
:ref:`dpiConnInfo<dpiConnInfo>` using the new method
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 4
#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 c9be4cc

Please sign in to comment.