summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-11 19:26:21 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-14 09:35:59 +0000
commit7d2f2e4607080ebf5155b43050c62af4f14b9c88 (patch)
tree121628e63ad9ce29e13ea42be2b0d77d07d0469e /configure.ac
parentbb0fbf94ae571f4199f763b0a758c57448b8ebd5 (diff)
Release 0.1.0.
Fixes #216.
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 246b6c76..36541c85 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.5]) 5AC_INIT([tox], [0.1.0])
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])