aboutsummaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:31:05 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:31:05 -0400
commit38e68cfb2505227be28c26c2d3ace985273f49e4 (patch)
tree9bce924218541d919da7c2fc6469f65c530f73f6 /version.h
parentaf7240fa0a02d4843416055bb0e33430eae030fe (diff)
downloadduser-38e68cfb2505227be28c26c2d3ace985273f49e4.tar.gz
Prototype for version() added
Diffstat (limited to 'version.h')
-rw-r--r--version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/version.h b/version.h
index 7413e5e..52763c1 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,8 @@
#define VERSION_H
#define VER_MAJOR "1"
-#define VER_MIN "0"
+#define VER_MINOR "0"
#define VER_OTH " "
+void version();
#endif