diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/Makefile-files | 8 |
3 files changed, 6 insertions, 6 deletions
@@ -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 |