diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-03-28 11:53:30 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-03-28 11:53:30 -0400 |
commit | 84fc3e272f57d4f38f3811470b7b708b568742db (patch) | |
tree | 936984b74cc9346ce82a878fa5124f128f49065e /patchlevel.h | |
parent | 1233ce5a41be125ea75d0d0cd50eef02bb8a019f (diff) | |
download | android_external_bash-84fc3e272f57d4f38f3811470b7b708b568742db.tar.gz android_external_bash-84fc3e272f57d4f38f3811470b7b708b568742db.tar.bz2 android_external_bash-84fc3e272f57d4f38f3811470b7b708b568742db.zip |
Bash-4.3 patch 4
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 a73336e..9a65c37 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 3 +#define PATCHLEVEL 4 #endif /* _PATCHLEVEL_H_ */ |