summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4be2b02..5f5d07f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
-* Unreleased
+* Changes in version 0.11.1 (2017-05-09)
** Bugfixes
*** Fix building scripts
The building process would always fail on fresh source tree because
@@ -15,6 +15,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
present yet. This should be fixed by now.
Reported by Ludovic Courtès, on #guix IRC channel.
+
* Changes in version 0.11.0 (2017-05-09)
** Add support of Guile 2.2
Tested with GNU Guile version 2.0.14 (on Gentoo GNU/Linux) and
diff --git a/configure.ac b/configure.ac
index 58ae623..00fbe23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
]])
-AC_INIT([Guile-SSH], [0.11.0], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.11.1], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])