summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <>2012-12-22 12:21:50 +0800
committerSteve Chaplin <>2012-12-22 12:21:50 +0800
commit5a45b0bfeccd3a0f2a6467bafcad515428439190 (patch)
tree211c292e66004222532c973832105e3c9cc4e30a
parentc57cd129407c904f8c2f752a59d0183df7b01a5e (diff)
downloadpycairo-master.tar.gz
Correct the pycairo version number in config.hHEADmaster
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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