summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-17 00:47:08 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-17 00:47:08 +0000
commitb0647b174c324740ca3b80695b9cde5afd83b891 (patch)
treedc2f1ba876b973b6acd8f73810fc69d3bf954ce3 /configure.ac
parent1a1529c2c555bb5d6cee9804d3166e50adc5c222 (diff)
Release v0.1.1
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 36541c85..e7d9f6f7 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.0]) 5AC_INIT([tox], [0.1.1])
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])