diff --git a/ChangeLog b/ChangeLog index 2e5c243..1cbde68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-01-13 Omar Polo + + * configure.ac: tag 0.7, "Via Paolo Fabbri 43" + 2022-01-11 Omar Polo * cmd.c (cmd_cache_info): add command `cache-info' to show cache stats. diff --git a/configure.ac b/configure.ac index 047e105..4b0a2cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.6.1-dev], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.7], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_LIBOBJ_DIR(compat) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])