Smack my version up

This commit is contained in:
adustman
2002-06-24 18:27:39 +00:00
parent 3500b3d191
commit 0983b391d7
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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

View File

@ -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"