diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-05-16 14:17:38 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-05-16 14:17:38 -0400 |
commit | eec5e6ee83ff3670706a6b5f097ce83202b31c9e (patch) | |
tree | 19a03abac1618e446a6265bffae93c6c670065ec /patchlevel.h | |
parent | 4a741ca48131f9403afb163f5abf8af58aac4482 (diff) | |
download | android_external_bash-eec5e6ee83ff3670706a6b5f097ce83202b31c9e.tar.gz android_external_bash-eec5e6ee83ff3670706a6b5f097ce83202b31c9e.tar.bz2 android_external_bash-eec5e6ee83ff3670706a6b5f097ce83202b31c9e.zip |
Bash-4.3 patch 13
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 b5516c2..72064c5 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 12 +#define PATCHLEVEL 13 #endif /* _PATCHLEVEL_H_ */ |