commit 8534942b638c2075e07fcfad91a9bb78a1352f58 from: Omar Polo date: Sun Apr 25 12:55:31 2021 UTC bump version commit - a38a3a1f47d226ec1d0de7ff0a297b2ce0b00160 commit + 8534942b638c2075e07fcfad91a9bb78a1352f58 blob - 34e6a1ebb0f173958505edca9c546efa516973e9 blob + 3b95efdd039b997501c92409b1094bbab4cba978 --- configure.ac +++ configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.1], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.1.1], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_LIBOBJ_DIR(compat) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_PROG_CC_C99