summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-04-14 13:21:21 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-04-27 20:20:19 +0200
commitf6db9333e2d1262e7ba3846563c30f63c98ffa38 (patch)
tree721604078aa76f0f2b01fe19da854409554da694 /configure.ac
parentc25e3d2d7c08201f74768fda9a650a7b80c8ec88 (diff)
Release v0.1.8
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 9eaa840f..bddd996f 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.7]) 5AC_INIT([tox], [0.1.8])
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])