diff --git a/configure.ac b/configure.ac index 1d41148..116b05e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([virglrenderer], [0.7.0], +AC_INIT([virglrenderer], [0.8.0], [virglrenderer-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) diff --git a/docs/GL-status.txt b/docs/GL-status.txt index bc59c6f..cee594f 100644 --- a/docs/GL-status.txt +++ b/docs/GL-status.txt @@ -106,7 +106,7 @@ GL 4.4, GLSL 4.40: GL 4.5, GLSL 4.50: GL_ARB_ES3_1_compatibility DONE - GL_ARB_clip_control + GL_ARB_clip_control DONE GL_ARB_conditional_render_inverted DONE GL_ARB_cull_distance DONE GL_ARB_derivative_control DONE diff --git a/src/Makefile.am b/src/Makefile.am index 31351e4..2ce04dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,7 +56,7 @@ endif lib_LTLIBRARIES = libvirglrenderer.la noinst_LTLIBRARIES = libvrend.la -GM_LDFLAGS = -Wl,-Bsymbolic -version-number 0:3 -no-undefined +GM_LDFLAGS = -Wl,-Bsymbolic -version-number 1:4:0 -no-undefined libvirglrenderer_la_SOURCES = virglrenderer.c libvirglrenderer_ladir = $(libdir)