summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35b7c3c..5886954 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,7 @@
+ndim-git-utils 1.14
+ git-amb:
+ * Use proper lower level git tools (thanks to #git!)
+ * Work anywhere in git working tree.
+
ndim-git-utils 1.13
First public release.
diff --git a/configure.ac b/configure.ac
index 1585ea8..7bd5330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.61)
AC_INIT([ndims git utilities],
- [1.13],
+ [1.14],
[hun@n-dimensional.de],
[ndim-git-utils])
AC_CONFIG_AUX_DIR([auto-aux])