xorgproto 2021.2

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-02-24 14:04:17 +10:00
parent 0fef97c1e2
commit 2bce6cefea
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], [2021.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 : '2021.2')
cc = meson.get_compiler('c')
sed = find_program('sed')