From 5821633c652a7e4eed323672d8bb4f4d4db64797 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 2 Dec 2007 00:58:01 +0100 Subject: Call it 1.16.1 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0df5b75..7179617 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +ndim-git-utils 1.16.1 + * New: + * Add git-check-commit-msg. + git-buildmsg: + * Add C test program. + * Distinguish between dist tarballs and git workdirs. + * Still needs a number of fixes from radeonhd's git_version.sh. + ndim-git-utils 1.16 git-rebase-subtree: * Warn about using it. diff --git a/configure.ac b/configure.ac index cfabc06..8cbbe64 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.16], + [1.16.1], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) -- cgit