diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-05-16 14:18:15 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-05-16 14:18:15 -0400 |
commit | c6dcdf4d7a53d07ecac4973b5fe6f8074bc10819 (patch) | |
tree | b9c6f7408aa36f53f5abf861390bc721b8461583 /patchlevel.h | |
parent | 3b34f6e68ce94b15608a49feb62702a71bc18665 (diff) | |
download | android_external_bash-c6dcdf4d7a53d07ecac4973b5fe6f8074bc10819.tar.gz android_external_bash-c6dcdf4d7a53d07ecac4973b5fe6f8074bc10819.tar.bz2 android_external_bash-c6dcdf4d7a53d07ecac4973b5fe6f8074bc10819.zip |
Bash-4.3 patch 15
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 20a8267..27edd57 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 14 +#define PATCHLEVEL 15 #endif /* _PATCHLEVEL_H_ */ |