[Xfce4-commits] [apps/orage] 01/01: 4.11.2.21 fixed distcheck failure

noreply at xfce.org noreply at xfce.org
Wed Apr 1 14:28:54 CEST 2015


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

juha pushed a commit to branch master
in repository apps/orage.

commit 52ad59b2a3cba280af1df96277c98879bdab92c2
Author: Juha Kautto <juha at xfce.org>
Date:   Wed Apr 1 15:27:33 2015 +0300

    4.11.2.21 fixed distcheck failure
    
    removed mkinstalldirs as it causes distchekc to fail
---
 Makefile.am     |    1 -
 configure.in.in |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c33ff2b..f4e85eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,6 @@ service_DATA = $(service_in_files:.service.in=.service)
 endif
 
 EXTRA_DIST =								\
-	mkinstalldirs  							\
 	intltool-extract.in						\
 	intltool-merge.in						\
 	intltool-update.in						\
diff --git a/configure.in.in b/configure.in.in
index 79f55f6..e8b2f4b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto <juha at xfce.org>
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.11.2.20-git])
+m4_define([orage_version], [4.11.2.21-git])
 
 m4_define([gtk_minimum_version], [2.14.0])
 m4_define([xfce_minimum_version], [4.8.0])

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


More information about the Xfce4-commits mailing list