diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-03-28 11:54:45 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-03-28 11:54:45 -0400 |
commit | 7137b2df58b6506ccae6efa9a13be467e87efc4f (patch) | |
tree | 45775d04b8668a8688e7273e600a05933dfbe778 /patchlevel.h | |
parent | 01657c6474ca4f90df0fbb47001e2e744aaaddb0 (diff) | |
download | android_external_bash-7137b2df58b6506ccae6efa9a13be467e87efc4f.tar.gz android_external_bash-7137b2df58b6506ccae6efa9a13be467e87efc4f.tar.bz2 android_external_bash-7137b2df58b6506ccae6efa9a13be467e87efc4f.zip |
Bash-4.3 patch 8
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index fc8c97f..4099c48 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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 7 +#define PATCHLEVEL 8 #endif /* _PATCHLEVEL_H_ */ |