summaryrefslogtreecommitdiff
path: root/cairo-version.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-28 18:18:23 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-28 18:18:23 -0400
commit894940b81f0272a2993d3a785fd505b3a4375e6e (patch)
tree82ab202956fd234f3e4225318e55d2ad9aa06fe8 /cairo-version.h
parentab5c528de2fc744d77c44ea1a9a3467f1ec5f81d (diff)
downloadcairo-894940b81f0272a2993d3a785fd505b3a4375e6e.tar.gz
Some nasty tracks to make changing version number not cause a total rebuild
Quite slick! This comes handy when git-bisect'ing. The canonical version number is in toplevel cairo-version.h now.
Diffstat (limited to 'cairo-version.h')
-rw-r--r--cairo-version.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cairo-version.h b/cairo-version.h
new file mode 100644
index 000000000..bfe4958d0
--- /dev/null
+++ b/cairo-version.h
@@ -0,0 +1,8 @@
+#ifndef CAIRO_VERSION_H
+#define CAIRO_VERSION_H
+
+#define CAIRO_VERSION_MAJOR 1
+#define CAIRO_VERSION_MINOR 7
+#define CAIRO_VERSION_MICRO 5
+
+#endif