summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/version.c b/version.c
new file mode 100644
index 0000000..3db43d0
--- /dev/null
+++ b/version.c
@@ -0,0 +1,16 @@
+/* $NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $ */
+
+/*
+ * value of $KSH_VERSION (or $SH_VERSION)
+ */
+#include <sys/cdefs.h>
+
+#ifndef lint
+__RCSID("$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $");
+#endif
+
+
+#include "sh.h"
+
+char ksh_version [] =
+ "@(#)PD KSH v5.2.14 99/07/13.2";