aboutsummaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:12:12 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:12:12 -0400
commitccf902295651bc77099d46c66aba3b726f3d57cc (patch)
tree5c96749a0d996cb132a86adeb38f321bdab0e67b /version.h
parent90caff1c06d567a3e50fdbe7ab228ecdc7e2377b (diff)
downloadduser-ccf902295651bc77099d46c66aba3b726f3d57cc.tar.gz
Initial commit
Diffstat (limited to 'version.h')
-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