summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..2c7c920
--- /dev/null
+++ b/INSTALL
@@ -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])