Merge branch 'release-1.0'
[reservoir_sample] / version.h
diff --git a/version.h b/version.h
new file mode 100644 (file)
index 0000000..42680d2
--- /dev/null
+++ b/version.h
@@ -0,0 +1,10 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+#define VERSION_MAJOR 1
+#define VERSION_MINOR 0
+#define VERSION_EXTRA_STR ""
+#define VERSION_STR "1.0"
+#define VERSION_DATE  "2012-10-15"
+
+#endif