xorgproto 2018.3

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2018-02-15 15:00:00 -08:00
parent 6720940e1d
commit cd7b5a4bee
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], [2018.2],
AC_INIT([xorgproto], [2018.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
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 : '2018.2')
project('xorgproto', 'c', license : 'MIT', version : '2018.3')
pkg = import('pkgconfig')
cc = meson.get_compiler('c')
sed = find_program('sed')