diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-05-04 16:54:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-05-04 16:54:24 -0700 |
commit | 62bfb33c545c6afd0cd5ee050168ce1fd461a956 (patch) | |
tree | 4d14c9e49f7caebab9ee94d1db96dca4d6c29c07 /configure.ac | |
parent | b81cfc8c61991a8f997340f5c67704d695c1fc21 (diff) |
xcalc 1.1.2xcalc-1.1.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9eab2a2..1a67a4b 100644 --- a/configure.ac +++ b/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.1.1], - [https://gitlab.freedesktop.org/xorg/app/xcalc/issues], [xcalc]) +AC_INIT([xcalc], [1.1.2], + [https://gitlab.freedesktop.org/xorg/app/xcalc/-/issues], [xcalc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |