mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Add bash 5.2 to third_party
This commit is contained in:
parent
e1f65d5f2b
commit
f4a2a65cc8
237 changed files with 120739 additions and 1 deletions
17
third_party/bash/version.h
vendored
Normal file
17
third_party/bash/version.h
vendored
Normal file
|
@ -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 "5.2"
|
||||
|
||||
/* 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 52
|
||||
|
||||
/* A version string for use by sccs and the what command. */
|
||||
#define SCCSVERSION "@(#)Bash version 5.2.0(1) release GNU"
|
Loading…
Add table
Add a link
Reference in a new issue