From 48cc96c9aebb9d0164830a157efc8916f08f00c0 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Thu, 15 Aug 2019 17:17:44 +0200 Subject: [PATCH] Bump version number to 0.8.0 and increment sharedlib micro version Also add ARB_clip_control to the supported extensions. v2: Correct soname because of abi changes: - since we now use the visibility('hidden') for internal functions many functions are no longer exposed with the public interface - some functions were added to the public interface Signed-off-by: Gert Wollny Reviewed-by: Gurchetan Singh (v1) --- configure.ac | 2 +- docs/GL-status.txt | 2 +- src/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)