From: Michael Orlitzky Date: Tue, 5 Jun 2012 03:29:39 +0000 (-0400) Subject: Update ChangeLog and configure.ac.in for 0.0.9. X-Git-Tag: v0.0.9^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=0af6844f24d29988e5f783aafd4c7f1451519a45 Update ChangeLog and configure.ac.in for 0.0.9. --- diff --git a/ChangeLog b/ChangeLog index 02af40f..8532a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-06-04 Michael Orlitzky + + * === Released 0.0.9 === + * Two minor build fixes. + * Fix the initial icon size, thanks to Harald Judt. + 2012-03-30 Michael Orlitzky * === Released 0.0.8 === diff --git a/configure.ac.in b/configure.ac.in index 9173e3b..f953a3a 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.8]) +m4_define([xfce4_hdaps_version], [0.0.9]) dnl *************************** dnl *** Initialize autoconf ***