diff options
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -0,0 +1,4 @@ + $ autoreconf -vis . + $ ./configure --prefix=/what/ever + $ make + $ make install diff --git a/configure.ac b/configure.ac index d585e09..849ec48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.0], + [1.1], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_SRCDIR([src/git-amb.1.in]) |
