diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-08-01 15:31:01 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-08-01 15:31:01 -0400 |
commit | 000623837190281ded05e4da784f3a72b19f4aae (patch) | |
tree | eb81e29f88677da52916b031459f55ba2a09945e /patchlevel.h | |
parent | daefb2c5197a17116586b411cd3f12d249cf4e4f (diff) | |
download | android_external_bash-000623837190281ded05e4da784f3a72b19f4aae.tar.gz android_external_bash-000623837190281ded05e4da784f3a72b19f4aae.tar.bz2 android_external_bash-000623837190281ded05e4da784f3a72b19f4aae.zip |
Bash-4.3 patch 21
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 6b5f365..bc7f5f8 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 20 +#define PATCHLEVEL 21 #endif /* _PATCHLEVEL_H_ */ |