From dbff96ce44224d01d615343a897ba3b271c57bcc Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Nov 2007 18:44:46 +0100 Subject: Do not upload unfinished stuff --- NEWS | 2 +- configure.ac | 2 +- git-buildmsg/Makefile-files | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index aa78576..429c94f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ndim-git-utils 1.14.3 +ndim-git-utils 1.14.4 ndim-git-utils 1.14 diff --git a/configure.ac b/configure.ac index e04298b..0e7e03b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.14.3], + [1.14.4], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) diff --git a/git-buildmsg/Makefile-files b/git-buildmsg/Makefile-files index 05938a2..aed68ad 100644 --- a/git-buildmsg/Makefile-files +++ b/git-buildmsg/Makefile-files @@ -1,7 +1,7 @@ # -*- makefile -*- bin_SCRIPTS += git-buildmsg/git-buildmsg EXTRA_DIST += git-buildmsg/git-buildmsg.in -UPLOAD_FILES += git-buildmsg/git-buildmsg +# UPLOAD_FILES += git-buildmsg/git-buildmsg TESTS += git-buildmsg-test check_PROGRAMS += git-buildmsg-test -- cgit