]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
configure.ac.in: set the version to 1.0.0.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Oct 2019 14:33:52 +0000 (10:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Oct 2019 14:53:52 +0000 (10:53 -0400)
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

index 03bc0c168477ed411194359463bcedc323b02241..e2a1060177248a2087e7abacb03c6b95375219f8 100644 (file)
@@ -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 ***