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> | 2008-07-19 00:57:29 +0200 |
commit | 5821633c652a7e4eed323672d8bb4f4d4db64797 (patch) | |
tree | 87f96c4ae136ab8c06b84ce5820fc3553f2d6ff2 | |
parent | 5e083c80881feb4b3b7482b1df400b05f35d1c0a (diff) | |
download | ndim-git-utils-5821633c652a7e4eed323672d8bb4f4d4db64797.tar.gz ndim-git-utils-5821633c652a7e4eed323672d8bb4f4d4db64797.tar.xz ndim-git-utils-5821633c652a7e4eed323672d8bb4f4d4db64797.zip |
Call it 1.16.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ndim-git-utils 1.16.1 + * New: + * Add git-check-commit-msg. + 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 cfabc06..8cbbe64 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]) |