From ff93e51a4ae4f8fefeb7a49eaafc8ba4ff2c52e2 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Nov 2007 22:18:17 +0100 Subject: 1.16 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b6500d1..0df5b75 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +ndim-git-utils 1.16 + git-rebase-subtree: + * Warn about using it. + * List important bugs. + git-buildmsg: + * Add README.git-buildmsg + ndim-git-utils 1.15 New licensing: Partly GPL, partly MIT. Common parts dual-licensed. New additions: git-buildmsg, git-rebase-subtree diff --git a/configure.ac b/configure.ac index 8fd31fb..e6a82e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.15], + [1.16], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) -- cgit