From: Michael Orlitzky Date: Fri, 30 Mar 2012 19:21:40 +0000 (-0400) Subject: Bump copyright year and version number in configure.in.in. X-Git-Tag: v0.0.8~11 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=a24f3aecec22c7bc21e2e5050288b20b9a7bc0c2 Bump copyright year and version number in configure.in.in. --- diff --git a/configure.in.in b/configure.in.in index 4231a46..2d4a212 100644 --- a/configure.in.in +++ b/configure.in.in @@ -2,18 +2,18 @@ dnl $Id$ dnl dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel dnl -dnl 2011 Michael Orlitzky +dnl 2012 Michael Orlitzky dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4_hdaps_version], [0.0.7]) +m4_define([xfce4_hdaps_version], [0.0.8]) dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2011 +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_PREREQ([2.50])