From 3953265c398ccbd600b4d788f7c8f9a8e0e644a2 Mon Sep 17 00:00:00 2001 From: Steve Chaplin <> Date: Sun, 23 Jan 2011 01:55:22 +0000 Subject: setup.py fix to report correct pycairo version number. #31653 --- diff --git a/setup.py b/setup.py index 0d9d0c2..aa47174 100755 --- a/setup.py +++ b/setup.py @@ -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 -- cgit v0.9.0.2-2-gbebe