summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-11-14 02:20:25 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-11-14 02:20:25 +0100
commit404042cc2db5a7e45ebcd0149b8298e54075463a (patch)
treee098935b966af784c4255c87af1c72ee4d1a9599 /configure.ac
parent06ad5613bc5b4a70a1553430eefafeccf9efbe5c (diff)
v0.0.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 037137cc..48627dd8 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.0.3]) 5AC_INIT([tox], [0.0.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])