diff --git a/ChangeLog b/ChangeLog index 85d8703..16e00e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-06-12 Omar Polo + * configure.ac: tagged 0.2 + * utf8.c (utf8_chwidth): fix tab width 2021-06-11 Omar Polo diff --git a/configure.ac b/configure.ac index 001d649..7fd8be6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.1.1], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.2], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_LIBOBJ_DIR(compat) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_PROG_CC_C99