From 3e1809a608f08c82c8c5d70d0978a8dc1c35702e Mon Sep 17 00:00:00 2001 From: angt Date: Sun, 15 Nov 2015 16:27:03 +0100 Subject: [PATCH] Version 0.0.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8cd0fdb..506df63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([glorytun], [0.0.1], [https://github.com/angt/glorytun/issues], +AC_INIT([glorytun], [0.0.2], [https://github.com/angt/glorytun/issues], [glorytun], [https://github.com/angt/glorytun]) AC_CONFIG_SRCDIR([src/common.h]) AC_CONFIG_AUX_DIR([build-aux])