summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-26 22:33:17 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-26 23:31:27 +0000
commit895de7ef26e7617769f2271345e414545c2581f8 (patch)
tree0c640aa7fe836e42fba27fa1562e36360274f04a /configure.ac
parent2f62fa38fc2806479d581b6246a30c0c1b34e370 (diff)
Release v0.1.6.
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 026407cf..7f942e40 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.5]) 5AC_INIT([tox], [0.1.6])
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])