diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-12-02 00:58:01 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-12-02 00:58:01 +0100 |
| commit | 5df5dcd948b19898b1740ea736ee4b95ce5d3223 (patch) | |
| tree | 8f9808574e8932c124235df6a6c32c199b8b2ac4 | |
| parent | 5a9b9d23b9b4a2388f64ddca2bf9b89f814b85f4 (diff) | |
Call it 1.16.1
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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]) |
