diff options
author | Adam Jackson <ajax@redhat.com> | 2020-04-06 10:52:07 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2020-04-06 10:52:07 -0400 |
commit | 032a3a16cd6c283fc596c6410c59665cfa1c6cab (patch) | |
tree | 2c464157956ac5d863f4210cd74a357d38fe8146 /configure.ac | |
parent | da9d1cb7a516992bf7e2e254a507848f0a38fad3 (diff) |
xorgproto 2020.1
Fixes: xorgproto#28
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5b73036..5c7e6c7 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([xorgproto], [2019.2], +AC_INIT([xorgproto], [2020.1], [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |