summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-05-06 08:46:05 +0300
committerdefanor <defanor@uberspace.net>2017-05-06 08:46:05 +0300
commitf69bbf7f99791226746de0d201518104257976c2 (patch)
treeb2963661e8d2fc105763e8a13b66a2a4d55b7bdc /configure.ac
parent1f683c7da231011df12f2271f4e5509efd3e6376 (diff)
Verify that the listener socket is closedHEADmaster
It doesn't really affect functionality, but better to get an error message if something would go wrong.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a07b8f..16f311e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(TLSd, 0.0.7, defanor@uberspace.net, tlsd,
+AC_INIT(TLSd, 0.0.8, defanor@uberspace.net, tlsd,
https://defanor.uberspace.net/projects/tlsd/)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([tlsd.c])