summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-03 11:54:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-03 11:54:51 -0800
commita962ae522f28ca644ad0b757eae660cd2e504922 (patch)
treee4000b3138f07ab80069ca0fb0915b6d2bfe2a70
parent2a08d291a44d840b08c37516604d9f6e966ca0ac (diff)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7231b9a..554b6b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([transset], [1.0.2],
- [https://gitlab.freedesktop.org/xorg/app/transset/issues], [transset])
-RELEASE_DATE="2018-03-09"
+AC_INIT([transset], [1.0.3],
+ [https://gitlab.freedesktop.org/xorg/app/transset/-/issues], [transset])
+RELEASE_DATE="2022-12-03"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])