summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-06-06 22:29:58 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-06-06 22:50:57 +0200
commita429ef4a28a5e5e0ad010efffb76d2abc3ada0af (patch)
tree191486bd022da1243396d11766e1ac83de6fa7f5 /configure.ac
parentb02f68bb4b7cb2d048efb76e5e3b8d481c3dae51 (diff)
Release v0.1.9
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 bddd996f..6b447534 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.8]) 5AC_INIT([tox], [0.1.9])
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])