summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-05-09 09:24:32 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-05-09 09:24:32 +0300
commit19ccab155729ebac0b4384847409787fd0d4a590 (patch)
treed63e8b4c635aa476879214423f032759739424e4 /build-aux
parenttests/server-client.scm ("message-get-session"): Add additional delays (diff)
downloadguile-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 'build-aux')
-rwxr-xr-xbuild-aux/compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/compile b/build-aux/compile
index c85c8f4..a85b723 100755
--- a/build-aux/compile
+++ b/build-aux/compile
@@ -1,7 +1,7 @@
-#!/bin/sh
+#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2016-11-24.20; # UTC
+scriptversion=2012-10-14.11; # UTC
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.