mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
xorgproto 2020.1
Fixes: xorgproto#28 Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
da9d1cb7a5
commit
032a3a16cd
2 changed files with 2 additions and 2 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
|
|
@ -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 : '2019.2')
|
||||
project('xorgproto', 'c', license : 'MIT', version : '2020.1')
|
||||
pkg = import('pkgconfig')
|
||||
cc = meson.get_compiler('c')
|
||||
sed = find_program('sed')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue