Skip to content

Commit

Permalink
[CLIENT-2344] Prevent a seg fault when client.info_all() is called af…
Browse files Browse the repository at this point in the history
…ter a node is destroyed (#479)

* Update C client to 6.4.4
  • Loading branch information
juliannguyen4 authored Aug 22, 2023
1 parent feb0d37 commit e752217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.0-rc.1
14.0.0-rc.2
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static int Aerospike_Clear(PyObject *aerospike)
PyMODINIT_FUNC PyInit_aerospike(void)
{

const char version[] = "14.0.0-rc.1";
const char version[] = "14.0.0-rc.2";
// Makes things "thread-safe"
Py_Initialize();
int i = 0;
Expand Down

0 comments on commit e752217

Please sign in to comment.