summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-26 22:45:55 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-26 22:45:55 +0400
commita90015047d946f8c3af1a6b9e95ff11e047b7fcc (patch)
tree4c1d92ac4ab0fbec7a37faaeaa749d7a8d664fe4
parentssshd.scm (main): Print useful information on the start. (diff)
downloadguile-ssh-0.4.0.tar.gz
configure.ac, NEWS: Bump version to 0.4.0v0.4.0
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d9ff77c..de7b504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-26 Artyom Poptsov <poptsov.artyom@gmail.com>
+
+ * configure.ac, NEWS: Bump version to 0.4.0
+
2013-11-25 Artyom Poptsov <poptsov.artyom@gmail.com>
* examples/ssshd.scm (handle-req-channel): Handle
diff --git a/NEWS b/NEWS
index 8e551a4..fd58656 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
Guile-SSH News
--------------
-* Unreleased
+* Changes in version 0.4.0 (2013-11-26)
** Port the library to GNU Guile version 2.0
Now the library works with GNU Guile version 2.0 as well as 1.8.
diff --git a/configure.ac b/configure.ac
index 24259e6..4c047f1 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 libguile-ssh. If not, see <http://www.gnu.org/licenses/>.
]])
-AC_INIT([libguile-ssh], [0.3.1], [poptsov.artyom@gmail.com])
+AC_INIT([libguile-ssh], [0.4.0], [poptsov.artyom@gmail.com])
AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)
@@ -73,7 +73,7 @@ if test "x$guilesitedir" = "x"; then
fi
AC_SUBST([guilesitedir])
-LIBGUILE_SSH_INTERFACE="3:0:1"
+LIBGUILE_SSH_INTERFACE="4:0:0"
AC_SUBST(LIBGUILE_SSH_INTERFACE)
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile build-aux/Makefile])