diff options
author | Steve Chaplin <> | 2011-01-23 09:55:22 +0800 |
---|---|---|
committer | Steve Chaplin <> | 2011-01-23 09:55:22 +0800 |
commit | 3953265c398ccbd600b4d788f7c8f9a8e0e644a2 (patch) | |
tree | 6e87ba7b5e02cfd5a5e35affb307f2f4b28f0ede | |
parent | d1050afc39d91c96b68b539de6efaa6b7c003630 (diff) |
setup.py fix to report correct pycairo version number. #31653
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,8 +64,8 @@ def createConfigFile(ConfigFile): #define _CONFIG_H 1 #define PYCAIRO_VERSION_MAJOR %s -#define PYCAIRO_VERSION_MICRO %s #define PYCAIRO_VERSION_MINOR %s +#define PYCAIRO_VERSION_MICRO %s #define VERSION "%s" #endif // _CONFIG_H |