From a78089ba107c5ae5fda79dfe51133e1910aceca5 Mon Sep 17 00:00:00 2001 From: angt Date: Mon, 23 Nov 2015 12:13:42 +0100 Subject: [PATCH] Version 0.0.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5934fe..59e8e42 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([glorytun], [0.0.4], [https://github.com/angt/glorytun/issues], +AC_INIT([glorytun], [0.0.5], [https://github.com/angt/glorytun/issues], [glorytun], [https://github.com/angt/glorytun]) AC_CONFIG_SRCDIR([src/common.h]) AC_CONFIG_AUX_DIR([build-aux])