From 4b15ccff511c830f70b9e165c3166060b5d14ecd Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 18 Jan 2009 03:58:40 -0500 Subject: [PATCH] Bumped to version v0.0.2 because v0.0.1 has been out for about an hour and I screwed up the version macro in configure.in.in. --- configure.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in.in b/configure.in.in index cd37134..cd3f594 100644 --- a/configure.in.in +++ b/configure.in.in @@ -8,14 +8,14 @@ dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4-hdaps_version], [0.0.1]) +m4_define([xfce4_hdaps_version], [0.0.2]) dnl *************************** dnl *** Initialize autoconf *** dnl *************************** AC_COPYRIGHT([Copyright (c) 2009 Michael Orlitzky. All rights reserved.]) -AC_INIT([xfce4-hdaps], [xfce4-hdaps_version()], [http://bugzilla.xfce.org/], [xfce4-hdaps]) +AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps]) AC_PREREQ([2.50]) AC_CANONICAL_TARGET() AC_REVISION([$Id]) -- 2.43.2