]> git.sesse.net Git - movit/blobdiff - version.h
Add a version header file to help clients that need to relate to multiple versions...
[movit] / version.h
diff --git a/version.h b/version.h
new file mode 100644 (file)
index 0000000..a4b3683
--- /dev/null
+++ b/version.h
@@ -0,0 +1,10 @@
+#ifndef _MOVIT_VERSION_H
+#define _MOVIT_VERSION_H 1
+
+// A number that will increase every time the visible user API
+// changes, even within git versions. There is no specific version
+// documentation outside the regular changelogs, though.
+
+#define MOVIT_VERSION 1
+
+#endif // !defined(_MOVIT_VERSION_H)