Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
glvnd
libglvnd
Commits
0f0d49f0
Commit
0f0d49f0
authored
Apr 30, 2021
by
Matt Turner
Browse files
Bump the version number to 1.3.3.
parent
7db4dc0b
Pipeline
#328719
passed with stages
in 11 minutes and 50 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
0f0d49f0
...
...
@@ -2,7 +2,7 @@ dnl configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([libglvnd], [1.3.
2
], [kbrenneman@nvidia.com])
AC_INIT([libglvnd], [1.3.
3
], [kbrenneman@nvidia.com])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
...
...
meson.build
View file @
0f0d49f0
...
...
@@ -28,7 +28,7 @@
project
(
'glvnd'
,
'c'
,
version
:
'1.3.
2
'
,
version
:
'1.3.
3
'
,
meson_version
:
'>= 0.48'
,
default_options
:
[
'c_std=gnu99'
]
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment