From d6047692a5d54d7a40d38db7fd98fca2eb59de91 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 8 Jan 2018 19:36:00 +0000 Subject: Bump toxcore version to 0.2.0. We're not releasing yet, but projects preparing for the release will want to build against this version in master. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c4b7a25f..22b680a7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([tox], [0.1.11]) +AC_INIT([tox], [0.2.0]) AC_CONFIG_AUX_DIR(configure_aux) AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3