[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 07/13: Bump copyright year, use IT_PROG_INTLTOOL

noreply at xfce.org noreply at xfce.org
Sun Apr 30 20:29:11 CEST 2017


This is an automated email from the git hooks/post-receive script.

skunnyk pushed a commit to branch master
in repository panel-plugins/xfce4-sample-plugin.

commit 6accc9a98508344e243ebbb9b701420c174f36d0
Author: Romain B <skunnyk at alteroot.org>
Date:   Sun May 22 00:06:23 2016 +0200

    Bump copyright year, use IT_PROG_INTLTOOL
---
 configure.ac.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 7095f35..4f145e5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,7 +2,7 @@ dnl $Id$
 dnl
 dnl xfce4-sample-plugin - A sample plugin for the Xfce panel
 dnl
-dnl 2012 John Doo <john at foo.org>
+dnl 2016 John Doo <john at foo.org>
 dnl
 
 dnl ***************************
@@ -10,7 +10,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([sample_version_major], [0])
 m4_define([sample_version_minor], [0])
-m4_define([sample_version_micro], [2])
+m4_define([sample_version_micro], [3])
 m4_define([sample_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([sample_version_build], [@REVISION@])
 m4_define([sample_version_tag], [git])
@@ -19,7 +19,7 @@ m4_define([sample_version], [sample_version_major().sample_version_minor().sampl
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (C) 2012
+AC_COPYRIGHT([Copyright (C) 2016
         The Xfce development team. All rights reserved.])
 AC_INIT([xfce4-sample-plugin], [sample_version], [http://bugzilla.xfce.org/], [xfce4-sample-plugin])
 AC_PREREQ([2.50])
@@ -52,7 +52,7 @@ AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl **********************************
 dnl *** Check for standard headers ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list