Skip to content

Commit

Permalink
Increase c client version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerospikerobertmarks committed May 20, 2019
1 parent ebb6326 commit 2c5abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
os.environ['ARCHFLAGS'] = '-arch x86_64'
AEROSPIKE_C_VERSION = os.getenv('AEROSPIKE_C_VERSION')
if not AEROSPIKE_C_VERSION:
AEROSPIKE_C_VERSION = '4.6.1'
AEROSPIKE_C_VERSION = '4.6.3'
DOWNLOAD_C_CLIENT = os.getenv('DOWNLOAD_C_CLIENT')
AEROSPIKE_C_HOME = os.getenv('AEROSPIKE_C_HOME')
PREFIX = None
Expand Down

0 comments on commit 2c5abbe

Please sign in to comment.