mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
Smack my version up
This commit is contained in:
@ -20,7 +20,7 @@ version_info = (
|
|||||||
9,
|
9,
|
||||||
2,
|
2,
|
||||||
"gamma",
|
"gamma",
|
||||||
1)
|
2)
|
||||||
if version_info[3] == "final": __version__ = "%d.%d.%d" % version_info[:3]
|
if version_info[3] == "final": __version__ = "%d.%d.%d" % version_info[:3]
|
||||||
else: __version__ = "%d.%d.%d%1.1s%d" % version_info[:5]
|
else: __version__ = "%d.%d.%d%1.1s%d" % version_info[:5]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define version_info "(0,9,2,'gamma',1)"
|
#define version_info "(0,9,2,'gamma',2)"
|
||||||
#define __version__ "0.9.2"
|
#define __version__ "0.9.2"
|
||||||
/*
|
/*
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -18,7 +18,7 @@ thread_safe_library = YES
|
|||||||
# forget to include the value of sys.platform and os.name.
|
# forget to include the value of sys.platform and os.name.
|
||||||
|
|
||||||
name = "MySQL-%s" % os.path.basename(sys.executable)
|
name = "MySQL-%s" % os.path.basename(sys.executable)
|
||||||
version = "0.9.2c1"
|
version = "0.9.2c2"
|
||||||
|
|
||||||
mysqlclient = thread_safe_library and "mysqlclient_r" or "mysqlclient"
|
mysqlclient = thread_safe_library and "mysqlclient_r" or "mysqlclient"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user