From 0792525d2244867b063ae728203e05721b21ccce Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 21 Jul 2009 14:21:05 +0000 Subject: Make bug reporting address easier changeable. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bc7ba2095..a52f22d80 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \ | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)])) AC_INIT([gnupg], [my_version[]m4_if(my_issvn,[yes],[-svn[]svn_revision])], - [bug-gnupg@gnupg.org]) + [http://bugs.gnupg.org]) # Set development_version to yes if the minor number is odd or you # feel that the default check for a development version is not # sufficient. -- cgit v1.2.3