summaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h
new file mode 100644
index 0000000..85d2b66
--- /dev/null
+++ b/include/version.h
@@ -0,0 +1,17 @@
+/**
+ * Version.h
+ *
+ * Macro with API version. The API version number prevents that
+ * extensions are loaded that are incompatible with the libphpcpp.so
+ * library
+ *
+ * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
+ * @copyright 2015 Copernica BV
+ */
+
+/**
+ * Macro with version number (this is incremented with every release)
+ */
+#define PHPCPP_API_VERSION 20150120
+
+