From d1c51d90d491c84ca50eebe4b56a04dce0765496 Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 24 Nov 2015 11:30:04 +0100 Subject: [PATCH] Version 0.0.6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 59e8e42..a58c1d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([glorytun], [0.0.5], [https://github.com/angt/glorytun/issues], +AC_INIT([glorytun], [0.0.6], [https://github.com/angt/glorytun/issues], [glorytun], [https://github.com/angt/glorytun]) AC_CONFIG_SRCDIR([src/common.h]) AC_CONFIG_AUX_DIR([build-aux])