--- htop-3.4.0/configure.ac +++ htop-3.4.0/configure.ac @@ -7,14 +7,14 @@ m4_define([htop_git_version], m4_normalize(m4_esyscmd([git describe --abbrev=7 --dirty --always --tags 2> /dev/null || echo '']))) -m4_define([htop_release_version], [3.4.0-dev]) +m4_define([htop_release_version], [3.4.0]) # ---------------------------------------------------------------------- # Autoconf initialization. # ---------------------------------------------------------------------- AC_PREREQ([2.69]) -AC_INIT([htop], [m4_join([-],m4_defn([htop_release_version]),m4_defn([htop_git_version]))], [htop@groups.io], [], [https://htop.dev/]) +AC_INIT([htop], [htop_release_version], [htop@groups.io], [], [https://htop.dev/]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([build-aux])