Revert "xorgproto 2020.1"

Fails distcheck.

This reverts commit 032a3a16cd.
This commit is contained in:
Adam Jackson 2020-04-14 11:19:17 -04:00
parent 032a3a16cd
commit 7c22419acc
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
AC_INIT([xorgproto], [2020.1],
AC_INIT([xorgproto], [2019.2],
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
AM_INIT_AUTOMAKE([foreign dist-bzip2])

View file

@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
project('xorgproto', 'c', license : 'MIT', version : '2020.1')
project('xorgproto', 'c', license : 'MIT', version : '2019.2')
pkg = import('pkgconfig')
cc = meson.get_compiler('c')
sed = find_program('sed')