Commit Diff


commit - eff23f5de3802cc49140b4c0883ac8c7d5abb3eb
commit + 04c21b67e647e939257f5976f9fb8139624a2d18
blob - 0cc60ba3b81b4d29416b8225cb49eb2c98f004e7
blob + cf101f7ba19b63bad743cfe202de63aa09947bec
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2021-06-26  Omar Polo  <op@omarpolo.com>
+
+	* configure.ac: tagged 0.3 --- "Spaceman"
+
 2021-06-25  Omar Polo  <op@omarpolo.com>
 
 	* cmd.c (cmd_next_heading): added next-heading (C-c n)
blob - 5f991cb0b9e5f2d856b1632b261af7ea89dd8055
blob + 2d1908d570035cdbf98af219213cff0a6c567ad4
--- configure.ac
+++ 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