summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-07-20 22:52:14 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-07-20 22:52:14 +0200
commita672b3c56e3f3d67c5de19d2053af5bde1ae3d9f (patch)
treee2a719052ab3a0eb9a2b1578b2fe2a6d5abd5439 /configure.ac
parent246165954c448b321d586c141a2f1ed408fe10d0 (diff)
Release v0.2.4
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 ac5d31a9..35ddb663 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.3]) 5AC_INIT([tox], [0.2.4])
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])