diff options
author | Chet Ramey <chet.ramey@case.edu> | 2012-07-10 09:43:39 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2012-07-10 09:43:39 -0400 |
commit | d79bb40f240c6a91f7b1617380db5f8cf8cce2a3 (patch) | |
tree | 2af3afafbe627c8eb095f3bed9bf857a7133da81 /patchlevel.h | |
parent | 16b2d7f4ea7aa2e52c697bc7f623bf791725f42b (diff) | |
download | android_external_bash-d79bb40f240c6a91f7b1617380db5f8cf8cce2a3.tar.gz android_external_bash-d79bb40f240c6a91f7b1617380db5f8cf8cce2a3.tar.bz2 android_external_bash-d79bb40f240c6a91f7b1617380db5f8cf8cce2a3.zip |
Bash-4.2 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 7da4a26..d01a1bb 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_ */ |