From 5a45b0bfeccd3a0f2a6467bafcad515428439190 Mon Sep 17 00:00:00 2001 From: Steve Chaplin <> Date: Sat, 22 Dec 2012 12:21:50 +0800 Subject: Correct the pycairo version number in config.h --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bde4ce2..1985420 100755 --- a/setup.py +++ b/setup.py @@ -71,8 +71,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 -- cgit v1.2.1