summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-05-04 16:54:24 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-05-04 16:54:24 -0700
commit62bfb33c545c6afd0cd5ee050168ce1fd461a956 (patch)
tree4d14c9e49f7caebab9ee94d1db96dca4d6c29c07
parentb81cfc8c61991a8f997340f5c67704d695c1fc21 (diff)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
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])