summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-04-04 22:18:26 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-04-18 00:13:16 +0200
commit2824daf74a6d2bd60ebaf387a30f1b7719b6b67c (patch)
treee66f40babf80d6661ebe01d1e98bede2c36e8fd4 /configure.ac
parente16cf49b21c6434c44040c23f07f5874442f3589 (diff)
Release v0.2.2
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 a97f8242..418873ec 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.1]) 5AC_INIT([tox], [0.2.2])
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])