Commit Diff


commit - d15aa86db132eb6362ff8c75e93515994b0acafe
commit + 54e19de8df26d9c8f4c669d0583e0e41745cfba8
blob - 85d87038aa0cf97bf8cccfbcdc26e0c596eff820
blob + 16e00e469ee539ba94e81a84e3d08ae7f11b951b
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,7 @@
 2021-06-12  Omar Polo  <op@omarpolo.com>
 
+	* configure.ac: tagged 0.2
+
 	* utf8.c (utf8_chwidth): fix tab width
 
 2021-06-11  Omar Polo  <op@omarpolo.com>
blob - 001d64906518ec28ffeea8492451e065107c293c
blob + 7fd8be6ca2455868777513733d2496ac021f1e17
--- configure.ac
+++ 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