summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-11-24 18:36:58 -0800
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-11-24 19:55:45 -0800
commitd6bad9078b721597f4def2447656974d5fed80d6 (patch)
tree9c3c97359545612ed5db52558540dd7ac5cfeffe /configure.ac
parentad517eb1df8841db52a45c7ac9ecf5976a290d57 (diff)
Version Patch v0.0.4 => v0.0.5
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 48627dd8..e36900a3 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.4]) 5AC_INIT([tox], [0.0.5])
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])