From: Michael Orlitzky Date: Thu, 24 Oct 2019 14:33:52 +0000 (-0400) Subject: configure.ac.in: set the version to 1.0.0. X-Git-Tag: v1.0.0~9 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=913e10bcfd5d4c7328691635313d07a4bfe2a0f2;hp=34d9ac2dc234434c4f5b402b90d0597d1b96d0e4 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. --- 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 ***