diff options
Diffstat (limited to 'app/xcalc/configure.ac')
-rw-r--r-- | app/xcalc/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xcalc/configure.ac b/app/xcalc/configure.ac index efeb403f1..c586b0acc 100644 --- a/app/xcalc/configure.ac +++ b/app/xcalc/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xcalc], [1.0.6], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xcalc]) +AC_INIT([xcalc], [1.1.0], + [https://gitlab.freedesktop.org/xorg/app/xcalc/issues], [xcalc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |