Skip to content

Commit

Permalink
Preparing to release ODPI-C 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Aug 15, 2023
1 parent ddded2e commit 124b54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/src/releasenotes.rst
@@ -1,8 +1,8 @@
ODPI-C Release notes
====================

Version 5.0 (TBD)
-----------------
Version 5.0 (August 15, 2023)
-----------------------------

#) Added function :func:`dpiSodaColl_listIndexes()` in order to get a list of
the indexes for a SODA collection.
Expand Down
2 changes: 1 addition & 1 deletion include/dpi.h
Expand Up @@ -71,7 +71,7 @@ extern "C" {
#define DPI_MAJOR_VERSION 5
#define DPI_MINOR_VERSION 0
#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 124b54a

Please sign in to comment.