Skip to content

Commit 124b54a

Browse files
Preparing to release ODPI-C 5.0.
1 parent ddded2e commit 124b54a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/releasenotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ODPI-C Release notes
22
====================
33

4-
Version 5.0 (TBD)
5-
-----------------
4+
Version 5.0 (August 15, 2023)
5+
-----------------------------
66

77
#) Added function :func:`dpiSodaColl_listIndexes()` in order to get a list of
88
the indexes for a SODA collection.

include/dpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extern "C" {
7171
#define DPI_MAJOR_VERSION 5
7272
#define DPI_MINOR_VERSION 0
7373
#define DPI_PATCH_LEVEL 0
74-
#define DPI_VERSION_SUFFIX "b1"
74+
#define DPI_VERSION_SUFFIX
7575

7676
#define DPI_STR_HELPER(x) #x
7777
#define DPI_STR(x) DPI_STR_HELPER(x)

0 commit comments

Comments
 (0)