diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-11-26 22:45:55 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-11-26 22:45:55 +0400 |
| commit | a90015047d946f8c3af1a6b9e95ff11e047b7fcc (patch) | |
| tree | 4c1d92ac4ab0fbec7a37faaeaa749d7a8d664fe4 | |
| parent | ssshd.scm (main): Print useful information on the start. (diff) | |
| download | guile-ssh-0.4.0.tar.gz | |
configure.ac, NEWS: Bump version to 0.4.0v0.4.0
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -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 @@ -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]) |
