diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/FOOTER.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,2 +1,2 @@ -ndim-git-utils 1.10.4 +ndim-git-utils 1.11 First public release. diff --git a/configure.ac b/configure.ac index a7fef32..4232edb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT([ndims git utilities], - [1.10.4], + [1.11], [hun@n-dimensional.de], [ndim-git-utils]) AC_CONFIG_AUX_DIR([auto-aux]) diff --git a/doc/FOOTER.html b/doc/FOOTER.html index f41ae8a..e44071e 100644 --- a/doc/FOOTER.html +++ b/doc/FOOTER.html @@ -1 +1 @@ -<p>Copyright 2007 Hans Ulrich Niedermann</p> +<p>Copyright (C) 2007 Hans Ulrich Niedermann</p> |