summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-30 13:34:26 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-05 22:02:11 +0000
commitfdb46f6cf216a866d29402ae991be9c43282dde6 (patch)
tree97698e46de5b229377a136b6bc22a9a8cdc87db2 /configure.ac
parent59e2a844f04a8725e8079f854158aa86ef5988b2 (diff)
Release v0.1.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 2dbed474..dbbda824 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.1.2]) 5AC_INIT([tox], [0.1.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])