aboutsummaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h
new file mode 100644
index 000000000000..f1c5a106d505
--- /dev/null
+++ b/patchlevel.h
@@ -0,0 +1,14 @@
+/* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.161 2007/03/03 20:01:26 christos Exp $ */
+/*
+ * patchlevel.h: Our life story.
+ */
+#ifndef _h_patchlevel
+#define _h_patchlevel
+
+#define ORIGIN "Astron"
+#define REV 6
+#define VERS 15
+#define PATCHLEVEL 0
+#define DATE "2007-03-03"
+
+#endif /* _h_patchlevel */