From 5df5dcd948b19898b1740ea736ee4b95ce5d3223 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 | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0df5b75..932f3d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +ndim-git-utils 1.16.1 + * New: + * Add git-check-commit-msg. + * Add skeleton nbb (ndim's branch builder), a generic git-amb replacement. + 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 ba060e1..2607bd9 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