diff options
author | Chet Ramey <chet.ramey@case.edu> | 2022-09-09 16:44:32 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2022-09-09 16:44:32 -0400 |
commit | 9cef6d01181525de119832d2b6a925899cdec08e (patch) | |
tree | 59638a44fce485733b5a43825184998252693644 /configure.ac | |
parent | b3afafd86d27d61601cf380e1065d9170862fd10 (diff) | |
download | bash-5.2-testing.tar.gz |
Bash-5.2-rc4 releasebash-5.2-rc4bash-5.2-testing
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]) |