update version in configure.ac and README

This commit is contained in:
Alexander Naumov
2024-07-12 13:29:33 +02:00
parent 380b80a509
commit 4c78830855
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
Short introduction to screen (Version 4.3.0)
Short introduction to screen (Version 5.0.0)
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to
screen-devel@gnu.org

View File

@@ -1,4 +1,4 @@
AC_INIT([GNU Screen],[4.99.0],[https://savannah.gnu.org/bugs/?group=screen],[screen],[https://www.gnu.org/software/screen/])
AC_INIT([GNU Screen],[5.0.0],[https://savannah.gnu.org/bugs/?group=screen],[screen],[https://www.gnu.org/software/screen/])
AC_PREREQ([2.71])
AC_CONFIG_HEADERS([config.h])