summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-08 19:36:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-08 19:36:00 +0000
commitd6047692a5d54d7a40d38db7fd98fca2eb59de91 (patch)
tree44718e7a33dfa85fcdfe7dbdc3a31814f5e27133 /configure.ac
parentc09c3b6078879b2fef28e1c8cdbc9e0966ed2510 (diff)
Bump toxcore version to 0.2.0.
We're not releasing yet, but projects preparing for the release will want to build against this version in master.
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 c4b7a25f..22b680a7 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.11]) 5AC_INIT([tox], [0.2.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])