~vcs-imports/gnubash/trunk

« back to all changes in this revision

Viewing changes to patchlevel.h

  • Committer: Chet Ramey
  • Date: 2020-12-19 19:27:54 UTC
  • Revision ID: git-v1:ba970fdb2dcc627f2952d0bd3421abdcd9e8b85e
Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unset

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
   regexp `^#define[    ]*PATCHLEVEL', since that's what support/mkversion.sh
26
26
   looks for to find the patch level (for the sccs version string). */
27
27
 
28
 
#define PATCHLEVEL 1
 
28
#define PATCHLEVEL 2
29
29
 
30
30
#endif /* _PATCHLEVEL_H_ */