From 810eca99cd681e6fec9a55a35614f6d4ad7bfb50 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 2 Dec 2007 02:30:07 +0100 Subject: 1.16.3 --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 932f3d4..d4f8b17 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -ndim-git-utils 1.16.1 +ndim-git-utils 1.16.3 * New: * Add git-check-commit-msg. * Add skeleton nbb (ndim's branch builder), a generic git-amb replacement. - git-buildmsg: + * 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. diff --git a/configure.ac b/configure.ac index 2607bd9..82833d0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.16.1], + [1.16.3], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) -- cgit