From 745337baea593bff8bc2b0752906db15c5926969 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 29 Jun 2024 17:42:54 +0000 Subject: [PATCH] bump version to 0.10.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53c56bc..48c3ebb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.10-current], [telescope@omarpolo.com], +AC_INIT([telescope], [0.10.1], [telescope@omarpolo.com], [telescope], [gemini://telescope-browser.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(compat)