From 913e10bcfd5d4c7328691635313d07a4bfe2a0f2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 24 Oct 2019 10:33:52 -0400 Subject: [PATCH] configure.ac.in: set the version to 1.0.0. This plugin is feature-complete, and has been stable for many years. After the update to gtk+-3.x settles, I don't expect there to be any more changes until somebody breaks our APIs again. --- configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index 03bc0c1..e2a1060 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -8,7 +8,7 @@ dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4_hdaps_version], [0.0.9]) +m4_define([xfce4_hdaps_version], [1.0.0]) dnl *************************** dnl *** Initialize autoconf *** -- 2.43.2