diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-09 09:24:32 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-09 09:24:32 +0300 |
| commit | 19ccab155729ebac0b4384847409787fd0d4a590 (patch) | |
| tree | d63e8b4c635aa476879214423f032759739424e4 /configure.ac | |
| parent | tests/server-client.scm ("message-get-session"): Add additional delays (diff) | |
| download | guile-ssh-19ccab155729ebac0b4384847409787fd0d4a590.tar.gz | |
NEWS: Bump version to 0.11.0v0.11.0
* NEWS: Update. Bump version to 0.11.0.
* configure.ac: Update.
* build-aux/compile: Update.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 611738c..e926a01 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.10.2], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.11.0], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) @@ -85,7 +85,7 @@ if test "x$guilesitedir" = "x"; then fi AC_SUBST([guilesitedir]) -LIBGUILE_SSH_INTERFACE="10:2:0" +LIBGUILE_SSH_INTERFACE="11:0:0" AC_SUBST(LIBGUILE_SSH_INTERFACE) GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'` |
