diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 16:00:35 +0100 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 16:00:35 +0100 |
commit | 0b05bcdbff0331112007332f80ac419a64fe34db (patch) | |
tree | b0902cf7d36b94943817ae8b457c5a5472957e37 | |
parent | f219083525acfdcaf18b969b6bd13372f66a401c (diff) | |
download | ndim-git-utils-0b05bcdbff0331112007332f80ac419a64fe34db.tar.gz ndim-git-utils-0b05bcdbff0331112007332f80ac419a64fe34db.tar.xz ndim-git-utils-0b05bcdbff0331112007332f80ac419a64fe34db.zip |
Little fixes, 1.10.2v1.10.2
-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 |