diff --git a/ChangeLog b/ChangeLog index 0cc60ba..cf101f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-06-26 Omar Polo + + * configure.ac: tagged 0.3 --- "Spaceman" + 2021-06-25 Omar Polo * cmd.c (cmd_next_heading): added next-heading (C-c n) diff --git a/configure.ac b/configure.ac index 5f991cb..2d1908d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.2], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.3], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_LIBOBJ_DIR(compat) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_PROG_CC_C99