summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <>2011-01-23 09:55:22 +0800
committerSteve Chaplin <>2011-01-23 09:55:22 +0800
commit3953265c398ccbd600b4d788f7c8f9a8e0e644a2 (patch)
tree6e87ba7b5e02cfd5a5e35affb307f2f4b28f0ede
parentd1050afc39d91c96b68b539de6efaa6b7c003630 (diff)
downloadpy2cairo-3953265c398ccbd600b4d788f7c8f9a8e0e644a2.tar.gz
setup.py fix to report correct pycairo version number. #31653
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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