summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-10-07 22:53:46 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-10-07 23:21:24 +0200
commit3f35a84968f100e1e6d3c9df467fd3c82a9ebb13 (patch)
tree2488741229380bd5d6eb6185a059124e8ed7f780 /configure.ac
parent56432a44c64e6ab3b663fe783fd1b2138cee689d (diff)
Release 0.2.8
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 0ad65de4..c60f76d8 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.7]) 5AC_INIT([tox], [0.2.8])
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])