summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-10-23 18:14:51 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-10-30 11:16:16 -0700
commit60e15f165e79368675e65fb6db5ce09e6d3adeac (patch)
treedd7b2a04aa8a161d60086ce4c78687a83c87ca1a /configure.ac
parenta1af74fb7a3d0edd0a2b21a6ab018dd2a83d9ece (diff)
Version Patch v0.0.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 1496ba84..8eb65e98 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.1]) 5AC_INIT([tox], [0.0.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])