From 08b31d76db846fe94d63e95d1070b697522fcb35 Mon Sep 17 00:00:00 2001 From: juliannguyen4 Date: Fri, 22 Sep 2023 22:01:36 +0000 Subject: [PATCH] Bump version to 14.0.0-rc.9+debug --- VERSION | 2 +- src/main/aerospike.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index edb5a5518b..d20e33f8ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0-rc.9 +14.0.0-rc.9+debug diff --git a/src/main/aerospike.c b/src/main/aerospike.c index 38a3a8b421..fe6a33087a 100644 --- a/src/main/aerospike.c +++ b/src/main/aerospike.c @@ -138,7 +138,7 @@ static int Aerospike_Clear(PyObject *aerospike) PyMODINIT_FUNC PyInit_aerospike(void) { - const char version[] = "14.0.0-rc.9"; + const char version[] = "14.0.0-rc.9+debug"; // Makes things "thread-safe" Py_Initialize(); int i = 0;