summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-01-03 22:41:23 +0100
committerRobin Lindén <dev@robinlinden.eu>2019-01-12 23:35:54 +0100
commit98b754e1f22220f10196760389371dba6d139c6f (patch)
tree64f9242fa0b31aa7033c15c35528f57cdaca69bd /configure.ac
parenta4bca35a1a6e17187f821dbbdfe02798f7f1469e (diff)
Release 0.2.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 c60f76d8..32369bdb 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.8]) 5AC_INIT([tox], [0.2.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])