From 2040368dd94f65282565dc05542d3bccb8cb8771 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Thu, 5 Sep 2013 18:26:03 -0400 Subject: [PATCH] changed version to 0.2.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a764e18..f4e8ab8 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([toxic], [0.1.1], [http://tox.im/]) +AC_INIT([toxic], [0.2.0], [http://tox.im/]) AC_CONFIG_AUX_DIR(configure_aux) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])