X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=patchlevel.h;h=c059f0bd769b78ddf0bf0c5c1394e2ec8858d067;hb=2965eca924466a48c5597ac5c6c86d470e718908;hp=2a6db0ebcb375124bd7c1a301e42db377265086e;hpb=eafc91a3506a082956fbdc8f0fb1210d00f1e035;p=thirdparty%2Fbash.git diff --git a/patchlevel.h b/patchlevel.h index 2a6db0ebc..c059f0bd7 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,6 +1,6 @@ /* patchlevel.h -- current bash patch level */ -/* Copyright (C) 2001-2010 Free Software Foundation, Inc. +/* Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 6 +#define PATCHLEVEL 4 #endif /* _PATCHLEVEL_H_ */