summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-03-09 17:30:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-03-09 20:40:28 +0000
commit23e9f01f1c081c91fb5827d00f801219f87dcceb (patch)
tree5595a693b965ac8f85863ec1b95eb51d9ce97ff2 /configure.ac
parent5600251efe769290e8a05352f975a98db9072f5c (diff)
Update version to 0.2.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 e094489f..a97f8242 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.2.0]) 5AC_INIT([tox], [0.2.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])