summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2020-11-18 16:13:02 -0500
committerChet Ramey <chet.ramey@case.edu>2020-11-18 16:13:02 -0500
commit8ba5ed63db685b719dc6352728166e3ae6e41dd6 (patch)
treee326ddbfb44ef62efbccacf64f62059204570c96 /configure.ac
parent37f5a0380524f487f7dbf6737ee30e8510967af6 (diff)
downloadbash-8ba5ed63db685b719dc6352728166e3ae6e41dd6.tar.gz
commit bash-20201109 snapshot
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b2fe4d7..dbdc5b85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_REVISION([for Bash 5.1, version 5.022])dnl
define(bashvers, 5.1)
-define(relstatus, rc2)
+define(relstatus, rc3)
AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org])