diff --git a/doc/src/conf.py b/doc/src/conf.py index efbebc8..21a7449 100755 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -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' diff --git a/doc/src/releasenotes.rst b/doc/src/releasenotes.rst index 054e70b..b06cd32 100644 --- a/doc/src/releasenotes.rst +++ b/doc/src/releasenotes.rst @@ -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` using the new method diff --git a/include/dpi.h b/include/dpi.h index ba251e6..206da7d 100644 --- a/include/dpi.h +++ b/include/dpi.h @@ -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)