summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-08-06 12:18:44 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-08-06 12:22:48 +0200
commit6295d28a1ec00d1caa03adce8fac6baf456ca7da (patch)
tree04aef40faedea61fc03e19a4cdf07fc4d611bba1 /configure.ac
parent5dd255729a1e09fa44334da89f2e46f272aea583 (diff)
Release v0.1.10
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 6b447534..38e3dd82 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.9]) 5AC_INIT([tox], [0.1.10])
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])