From 0b05bcdbff0331112007332f80ac419a64fe34db Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 16:00:35 +0100 Subject: Little fixes, 1.10.2 --- NEWS | 2 +- configure.ac | 2 +- doc/Makefile-files | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index ce23870..a5c3268 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -ndim-git-utils 1.10 +ndim-git-utils 1.10.2 First public release. diff --git a/configure.ac b/configure.ac index fc98426..659c693 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.10.1], + [1.10.2], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) diff --git a/doc/Makefile-files b/doc/Makefile-files index 699cd3f..3d75d97 100644 --- a/doc/Makefile-files +++ b/doc/Makefile-files @@ -3,8 +3,8 @@ EXTRA_DIST += doc/ndim-git-cheatsheet.txt doc_DATA += doc/ndim-git-cheatsheet.txt UPLOAD_FILES += doc/ndim-git-cheatsheet.txt -UPLOAD_FILES += .htaccess -EXTRA_DIST += .htaccess +UPLOAD_FILES += doc/.htaccess +EXTRA_DIST += doc/.htaccess -UPLOAD_FILES += README.html -EXTRA_DIST += README.html +UPLOAD_FILES += doc/README.html +EXTRA_DIST += doc/README.html -- cgit