commit 1b83b24bd96fd7c4d4077de65a78995c46e46503 from: Thomas Adam date: Fri Apr 29 14:45:02 2022 UTC portable: set next version Bump the version in git now to the next version. Over time, this should really use the SHA1 to indicate a non-released build. commit - 4a8eb02d8b529496f667f19a0980813d120010df commit + 1b83b24bd96fd7c4d4077de65a78995c46e46503 blob - 47c56fe6fe76873b4124e2898da140cd1c6d0eff blob + ea63d6e981dd94e6264ea3da31135530dd56e079 --- configure.ac +++ configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([got-portable], [0.69], [thomas@xteddy.org]) +AC_INIT([got-portable], [0.70], [thomas@xteddy.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_SRCDIR([lib/rcsutil.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])