summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-05-30 15:21:27 +0200
committerRobin Lindén <dev@robinlinden.eu>2019-05-30 15:36:12 +0200
commit7aab0d995240c59937d1aa23b7201389341a2be9 (patch)
tree0329f0791cacaff0f746e7ed5d8d80cf7ec82228 /configure.ac
parent306dd1f21f25d65ffd1c289d28e4450695c83745 (diff)
Release 0.2.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 32369bdb..aad254e8 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.2.9]) 5AC_INIT([tox], [0.2.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])