diff options
author | Chet Ramey <chet.ramey@case.edu> | 2022-09-20 10:16:23 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2022-09-20 10:16:23 -0400 |
commit | e9c75143a231e13779ffbb4d542ae9a1bbb59ca6 (patch) | |
tree | 942e14e679660c2ccb79b9c687848f2a0db2401d /configure.ac | |
parent | b7b9d7c306b2881560c4f94b7e7c7175f851c891 (diff) | |
download | bash-e9c75143a231e13779ffbb4d542ae9a1bbb59ca6.tar.gz |
documentation updates
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c5f136fe..6335742b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,10 @@ dnl Process this file with autoconf to produce a configure script. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_REVISION([for Bash 5.2, version 5.044])dnl +AC_REVISION([for Bash 5.2, version 5.045])dnl define(bashvers, 5.2) -define(relstatus, rc3) +define(relstatus, rc4) AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org]) |