summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-23 02:41:01 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-23 02:41:01 +0000
commita096c71db867ac83fc3e01e0fbe98573d20f9286 (patch)
tree7f45209a0e1a91248f76bde0fd96f68491d2e9cf /configure.ac
parentce49e88d33c886a5b83c5f50681f2122cd32c0a5 (diff)
Release v0.1.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 e7d9f6f7..407b59c6 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.1]) 5AC_INIT([tox], [0.1.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])