From: Michael Orlitzky Date: Thu, 12 Feb 2009 05:06:30 +0000 (-0500) Subject: Updated the change log, and bumped the version. X-Git-Tag: v0.0.5^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=cea1fadc651abecc634cb042785f84d9538fd9ce Updated the change log, and bumped the version. --- diff --git a/ChangeLog b/ChangeLog index 9f6be64..2d41ad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,3 +8,13 @@ * === Released 0.0.4 === * Bugfixes from Evgeni Golov. + + +2009-02-12 Michael Orlitzky + + * === Released 0.0.5 === + * Fixed a typo in Makefile.am. + * Prevented duplicate entries in the device name combo box. + * Made the default device name more intelligent. + * Actually remembered to bump the version in configure.in.in. + diff --git a/configure.in.in b/configure.in.in index c6f5656..d1a9bc1 100644 --- a/configure.in.in +++ b/configure.in.in @@ -8,7 +8,7 @@ dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4_hdaps_version], [0.0.3]) +m4_define([xfce4_hdaps_version], [0.0.5]) dnl *************************** dnl *** Initialize autoconf ***