summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0df5b75..7179617 100644
--- a/NEWS
+++ b/NEWS
@@ -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])