diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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]) |
