From ed2114a1ce63c0166cb147a7592238c59b0a179c Mon Sep 17 00:00:00 2001 From: angt Date: Fri, 4 Dec 2015 11:18:04 +0100 Subject: [PATCH] Version 0.0.12 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1660daa..ac9759a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([glorytun], [0.0.11], [https://github.com/angt/glorytun/issues], +AC_INIT([glorytun], [0.0.12], [https://github.com/angt/glorytun/issues], [glorytun], [https://github.com/angt/glorytun]) AC_CONFIG_SRCDIR([src/common.h]) AC_CONFIG_AUX_DIR([build-aux])