summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Linden <dev@robinlinden.eu>2020-05-01 12:43:13 +0200
committerRobin Linden <dev@robinlinden.eu>2020-05-01 12:58:27 +0200
commit9be4dbb4335bf7d893c8d00566d3276ab6dedd14 (patch)
treedb657878bb11d2a29d05a2672e16bbdd9fcde7c0 /configure.ac
parent7edc0a52feea4f7618a3a8447b5a2607538776ff (diff)
Release 0.2.12
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 94115350..5dfaf22c 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.11]) 5AC_INIT([tox], [0.2.12])
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])