X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.in.in;h=c6f5656aa5907f49732ce0b825aa3a5f67142b2c;hb=fa855d15a11ff4841480899ebdeb6925462ec2e4;hp=cd37134856fbf252d39ae8dc72810371a2c4013d;hpb=63eef27ea56fc385cf1eb7af33211e697b384c3e;p=xfce4-hdaps.git diff --git a/configure.in.in b/configure.in.in index cd37134..c6f5656 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.3]) 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])