summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-06-25 23:43:27 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-06-25 23:49:52 +0200
commitae7899cab8104fa3c3078a3e61ddfa58a826e39a (patch)
tree6ee84cc5c544ee2006735388deec200cf2f6ce7d /configure.ac
parent9b7d828f8386808e3d65cdc0ae6bf351897b8798 (diff)
Release v0.2.3
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 418873ec..450a1d53 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.2]) 5AC_INIT([tox], [0.2.3])
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])