From d787fa1dca37b6c8af360fc709f2e873a90abd6d Mon Sep 17 00:00:00 2001 From: angt Date: Thu, 3 Dec 2015 18:10:55 +0100 Subject: [PATCH] Version 0.0.11 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 086eb0b..0c59479 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([glorytun], [0.0.10], [https://github.com/angt/glorytun/issues], +AC_INIT([glorytun], [0.0.11], [https://github.com/angt/glorytun/issues], [glorytun], [https://github.com/angt/glorytun]) AC_CONFIG_SRCDIR([src/common.h]) AC_CONFIG_AUX_DIR([build-aux])