summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-04-29 22:12:41 +0300
committerdefanor <defanor@uberspace.net>2017-04-29 22:12:41 +0300
commitfac7d1edee33982f50021cd05789142c26d04849 (patch)
tree56c60f17139e7f76180cffd3116f7a8bf73c9851 /configure.ac
parenta06cc218bfa18943a46e051d5bbf463e1ddc0b6e (diff)
Update the std2fifo man page
Forgot to update the options in examples.
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 3ea3551..406d382 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.1, defanor@uberspace.net, tlsd,
+AC_INIT(TLSd, 0.0.2, defanor@uberspace.net, tlsd,
https://defanor.uberspace.net/projects/tlsd/)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([tlsd.c])