Set a -dev version to bug reports show a useful version and not the last release

This commit is contained in:
Daniel Lange 2020-10-07 10:35:06 +02:00
parent fbf6424e64
commit 769df604b2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
AC_INIT([htop],[3.0.2],[htop@groups.io])
AC_INIT([htop],[3.0.3-dev],[htop@groups.io])
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_AUX_DIR([.])