diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-10-05 19:12:20 -0400 |
---|---|---|
committer | Dan Pasanen <dan.pasanen@gmail.com> | 2014-10-06 07:11:51 -0500 |
commit | 80b4d71117c25c8da61f7fd04802ca35462e79e6 (patch) | |
tree | d2b97fa6b0a9caab66ef86392df731c5a1baef15 /patchlevel.h | |
parent | a417a51c2855f8cd538532903fbcacd234589845 (diff) | |
download | android_external_bash-80b4d71117c25c8da61f7fd04802ca35462e79e6.tar.gz android_external_bash-80b4d71117c25c8da61f7fd04802ca35462e79e6.tar.bz2 android_external_bash-80b4d71117c25c8da61f7fd04802ca35462e79e6.zip |
Bash-4.3 patch 30
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 b6a4c57..e5dde52 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 29 +#define PATCHLEVEL 30 #endif /* _PATCHLEVEL_H_ */ |