From b41bceb940c84745ea2b6d322976531013b44b0f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Nov 2007 19:12:20 +0100 Subject: 1.14.5 --- NEWS | 5 +++-- configure.ac | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 429c94f..6e98515 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -ndim-git-utils 1.14.4 - +ndim-git-utils 1.14.5 + New licensing: Partly GPL, partly MIT. Common parts dual-licensed. + New additions: git-buildmsg, git-rebase-subtree ndim-git-utils 1.14 git-amb: diff --git a/configure.ac b/configure.ac index 0e7e03b..2eb5240 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.14.4], + [1.14.5], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) -- cgit