summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-12-17 19:08:13 +0100
committerRobin Lindén <dev@robinlinden.eu>2017-12-26 17:46:13 +0100
commitfc0cc08b2115d037551369f69519e95e841643aa (patch)
tree26b19d8cfcd8024bf3a94af445f064f95a17eacb /configure.ac
parentdf40fd8db0af5d74870de1c777bd955536bac3e7 (diff)
Release v0.1.11
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 1ff861cd..c4b7a25f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.65]) 4AC_PREREQ([2.65])
5AC_INIT([tox], [0.1.10]) 5AC_INIT([tox], [0.1.11])
6AC_CONFIG_AUX_DIR(configure_aux) 6AC_CONFIG_AUX_DIR(configure_aux)
7AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) 7AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])