summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-08-16 22:45:33 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-08-16 22:45:33 +0200
commit31ea1aa06e59d24d5196b17be9a7105d85c25080 (patch)
tree7c2b999eacce624f2565dfbcbe1308abae246c2e /configure.ac
parentc0db25542544d23e507f02645e0904d9dba2511b (diff)
Release 0.2.6
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 68ead33d..259a1776 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.5]) 5AC_INIT([tox], [0.2.6])
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])