From c23034c9170a9ee77b5ab0340f2edaa99e649508 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 2 Nov 2007 08:21:50 +0100 Subject: Add INSTALL, Rel 1.1 --- INSTALL | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 INSTALL 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]) -- cgit