We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddded2e commit 124b54aCopy full SHA for 124b54a
doc/src/releasenotes.rst
@@ -1,8 +1,8 @@
1
ODPI-C Release notes
2
====================
3
4
-Version 5.0 (TBD)
5
------------------
+Version 5.0 (August 15, 2023)
+-----------------------------
6
7
#) Added function :func:`dpiSodaColl_listIndexes()` in order to get a list of
8
the indexes for a SODA collection.
include/dpi.h
@@ -71,7 +71,7 @@ extern "C" {
71
#define DPI_MAJOR_VERSION 5
72
#define DPI_MINOR_VERSION 0
73
#define DPI_PATCH_LEVEL 0
74
-#define DPI_VERSION_SUFFIX "b1"
+#define DPI_VERSION_SUFFIX
75
76
#define DPI_STR_HELPER(x) #x
77
#define DPI_STR(x) DPI_STR_HELPER(x)
0 commit comments