summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2018-03-27 21:08:08 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2018-03-27 21:08:08 +0300
commitbcc94cf570a60355652a7b4f14d991ad38b1dc51 (patch)
treed592be6808fb92d542da105c8357cc27e5530ea2
parentmodules/ssh/dist/node.scm: Update copyright dates (diff)
downloadguile-ssh-bcc94cf570a60355652a7b4f14d991ad38b1dc51.tar.gz
NEWS: Bump version to 0.11.3v0.11.3
* NEWS: Update. Bump version to 0.11.3. * configure.ac: Update.
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3c246e4..84d455b 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.3 (2018-03-27)
** Bugfixes
*** 'node-run-server' now checks for errors
When 'node-run-server' fails to start the server it would go down an
diff --git a/configure.ac b/configure.ac
index 5aa8d35..c818208 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
dnl
define(GUILE_SSH_CONFIGURE_COPYRIGHT, [[
-Copyright (C) 2013, 2014, 2015, 2016, 2017 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018 Artyom V. Poptsov <poptsov.artyom@gmail.com>
This file is part of Guile-SSH.
@@ -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.2], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.11.3], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])