aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:12:12 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:20:35 -0400
commitf18218e0571347d5718021fc65b60018bb1b5625 (patch)
tree5c96749a0d996cb132a86adeb38f321bdab0e67b
parente75278845f3cda06a1e059c0357c5edb29f1190d (diff)
downloadduser-f18218e0571347d5718021fc65b60018bb1b5625.tar.gz
Initial commit
-rw-r--r--version.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..7413e5e
--- /dev/null
+++ b/version.h
@@ -0,0 +1,8 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+#define VER_MAJOR "1"
+#define VER_MIN "0"
+#define VER_OTH " "
+
+#endif