summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 22:18:17 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 22:18:17 +0100
commitff93e51a4ae4f8fefeb7a49eaafc8ba4ff2c52e2 (patch)
treebab79db0c29e268fdb2be29192fc0b071321b382
parent132afdbc102a42413ce719d8b1a45be83d35ae64 (diff)
downloadndim-git-utils-ff93e51a4ae4f8fefeb7a49eaafc8ba4ff2c52e2.tar.gz
ndim-git-utils-ff93e51a4ae4f8fefeb7a49eaafc8ba4ff2c52e2.tar.xz
ndim-git-utils-ff93e51a4ae4f8fefeb7a49eaafc8ba4ff2c52e2.zip
1.16v1.16
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b6500d1..0df5b75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+ndim-git-utils 1.16
+ git-rebase-subtree:
+ * Warn about using it.
+ * List important bugs.
+ git-buildmsg:
+ * Add README.git-buildmsg
+
ndim-git-utils 1.15
New licensing: Partly GPL, partly MIT. Common parts dual-licensed.
New additions: git-buildmsg, git-rebase-subtree
diff --git a/configure.ac b/configure.ac
index 8fd31fb..e6a82e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.61)
AC_INIT([ndims git utilities],
- [1.15],
+ [1.16],
[hun@n-dimensional.de],
[ndim-git-utils])
AC_CONFIG_AUX_DIR([auto-aux])