Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
usr
/
include
/
bash
/
//usr/include/bash/version.h
/* 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.4" /* 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 44 /* A version string for use by sccs and the what command. */ #define SCCSVERSION "@(#)Bash version 4.4.12(1) release GNU"