From f7f21215bc65e6e67d7ca2268b6d75c06c5b52d1 Mon Sep 17 00:00:00 2001 From: Michael Homer Date: Sat, 6 Jul 2019 09:11:51 +1200 Subject: Increment version to 1.1.0 This release introduces the -p option to print paths instead of file: URIs, and various bug fixes. --- dragon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dragon.c') diff --git a/dragon.c b/dragon.c index bdd39c7..112a08d 100644 --- a/dragon.c +++ b/dragon.c @@ -24,7 +24,7 @@ #include #include -#define VERSION "1.0.0" +#define VERSION "1.1.0" GtkWidget *window; -- cgit