Initial commit of functionally-complete code.
[reservoir_sample] / version.h
diff --git a/version.h b/version.h
new file mode 100644 (file)
index 0000000..4a032a2
--- /dev/null
+++ b/version.h
@@ -0,0 +1,10 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+#define VERSION_MAJOR 0
+#define VERSION_MINOR 0
+#define VERSION_EXTRA_STR "prototype"
+#define VERSION_STR "0.0-prototype"
+#define VERSION_DATE  "2012-09-27"
+
+#endif