X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac.in;h=f953a3a921f3dd387d86d49562eecab4578b4d63;hb=1306b5a21887bc4a286c0c914ef8fb7bcddccbfb;hp=069d8fbae59b86cd2578de352c7eee906fa6ea16;hpb=d9e2559f5992dec4b7ecbd0c9a29acd846f20e18;p=xfce4-hdaps.git diff --git a/configure.ac.in b/configure.ac.in index 069d8fb..f953a3a 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -8,16 +8,15 @@ 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 *** dnl *************************** AC_COPYRIGHT([Copyright (c) 2012 Michael Orlitzky. All rights reserved.]) -AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps]) +AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com]) AC_PREREQ([2.50]) -AC_REVISION([xfce4_panel_version_build]) dnl *************************** dnl *** Initialize automake ***