mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 13:28:02 +02:00
xorgproto-2021.3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
24e4a847a9
commit
5d37740f4a
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ dnl
|
||||||
dnl Process this file with autoconf to create configure.
|
dnl Process this file with autoconf to create configure.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([xorgproto], [2021.2],
|
AC_INIT([xorgproto], [2021.3],
|
||||||
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
|
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
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
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
project('xorgproto', 'c', license : 'MIT', version : '2021.2')
|
project('xorgproto', 'c', license : 'MIT', version : '2021.3')
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
sed = find_program('sed')
|
sed = find_program('sed')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue