aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 02:20:07 -0500
committercvpcs <root@cvpcs.org>2010-06-03 02:20:07 -0500
commita013d4e66d2545c04e2599aa2e4a4fc50468153d (patch)
tree415d0a5af06f28f3e3b6b389ff6818e3ee774ff8 /version.h
parent772f20abb0a3a0979c440114bf3a1cff5b3cef03 (diff)
downloadexternal_bash-a013d4e66d2545c04e2599aa2e4a4fc50468153d.zip
external_bash-a013d4e66d2545c04e2599aa2e4a4fc50468153d.tar.gz
external_bash-a013d4e66d2545c04e2599aa2e4a4fc50468153d.tar.bz2
first successful build of bash-4.1
Diffstat (limited to 'version.h')
-rw-r--r--version.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..dc89af6
--- /dev/null
+++ b/version.h
@@ -0,0 +1,17 @@
+/* Version control for the shell. This file gets changed when you say
+ `make version.h' to the Makefile. It is created by mkversion. */
+
+/* The distribution version number of this shell. */
+#define DISTVERSION "4.1"
+
+/* The last built version of this shell. */
+#define BUILDVERSION 1
+
+/* The release status of this shell. */
+#define RELSTATUS "release"
+
+/* The default shell compatibility-level (the current version) */
+#define DEFAULT_COMPAT_LEVEL 41
+
+/* A version string for use by sccs and the what command. */
+#define SCCSVERSION "@(#)Bash version 4.1.7(1) release GNU"