From 536a09a77e9176b5bd21be9aac23de3332d3c5e5 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 27 Jun 2024 21:12:57 +0000 Subject: [PATCH] bump version to 0.10 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9fe24d6..356aa53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.9.1-current], [telescope@omarpolo.com], +AC_INIT([telescope], [0.10], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(compat)