summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parentssshd.scm (main): Print useful information on the start. (diff)
downloadguile-ssh-a90015047d946f8c3af1a6b9e95ff11e047b7fcc.tar.gz
configure.ac, NEWS: Bump version to 0.4.0v0.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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])