mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
Fix version number correctly
This commit is contained in:
@ -18,7 +18,7 @@ embedded_server = (mysqlclient == 'mysqld')
|
|||||||
name = "MySQL-%s" % os.path.basename(sys.executable)
|
name = "MySQL-%s" % os.path.basename(sys.executable)
|
||||||
if embedded_server:
|
if embedded_server:
|
||||||
name = name + "-embedded"
|
name = name + "-embedded"
|
||||||
version = "0.9.3b"
|
version = "0.9.3b1"
|
||||||
|
|
||||||
# include files and library locations should cover most platforms
|
# include files and library locations should cover most platforms
|
||||||
include_dirs = [
|
include_dirs = [
|
||||||
|
Reference in New Issue
Block a user