Skip to content

Commit

Permalink
Merge pull request aerospike#120 from citrusleaf/mem_stomp
Browse files Browse the repository at this point in the history
Mem stomp
  • Loading branch information
jboone100 committed Feb 5, 2016
2 parents 5c3cad6 + 8e24b6b commit 3e27546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AerospikeConstants operator_constants[] = {
MOD_INIT(aerospike)
{

static char version[6] = "1.0.61";
const char version[8] = "1.0.61";
// Makes things "thread-safe"
PyEval_InitThreads();
int i = 0;
Expand Down

0 comments on commit 3e27546

Please sign in to comment.