bump the version number in configure.ac too

master
Benno Schulenberg 2020-12-02 11:39:51 +01:00
parent 587e6e2c88
commit 0f334f8ee4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see https://www.gnu.org/licenses/.
AC_INIT([GNU nano], [5.3], [nano-devel@gnu.org], [nano])
AC_INIT([GNU nano], [5.4], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.14])