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