summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-05-05 22:15:15 +0300
committerdefanor <defanor@uberspace.net>2017-05-05 22:15:15 +0300
commita79bc3ecfdd28ad12b9e5363a83b3ff5014872ac (patch)
tree63dc21850abe3fe7d52f01d95d0f352b829a54fc /configure.ac
parent46e91feda0374338e688902a7e7cd0e49f4138c9 (diff)
Compare opt.peer_cert_path to NULL, not 0
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 9306649..23544c5 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.5, defanor@uberspace.net, tlsd,
+AC_INIT(TLSd, 0.0.6, defanor@uberspace.net, tlsd,
https://defanor.uberspace.net/projects/tlsd/)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([tlsd.c])