summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Linden <dev@robinlinden.eu>2020-03-22 21:10:55 +0100
committerRobin Linden <dev@robinlinden.eu>2020-03-22 21:12:04 +0100
commit30b9369b01859e7c57687129ba2a481aa2bc48b8 (patch)
tree7f22b87d63186494e76726496106707e0e243d4e /configure.ac
parentb0047368303b648bf0abccdf14d603dbf7564443 (diff)
Release 0.2.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 aad254e8..94115350 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.10]) 5AC_INIT([tox], [0.2.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])