summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-02-17 15:19:05 +1000
committerDave Airlie <airlied@redhat.com>2016-02-17 15:19:05 +1000
commit0f97c41da2e78f768fd7a6854c4ddad2525a9ffd (patch)
treef762681e6f38d159bf14018a7d49951f8c1d4967
parentbd459a9461f438250e6abb13090c2a41aab0afd3 (diff)
bump library minor to 0.2
this is to reflect the new APIs added for the sync thread
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c150c6d..df59fc7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ libvrend_la_SOURCES = \
lib_LTLIBRARIES = libvirglrenderer.la
noinst_LTLIBRARIES = libvrend.la
-GM_LDFLAGS = -Wl,-Bsymbolic -version-number 0:1 -no-undefined
+GM_LDFLAGS = -Wl,-Bsymbolic -version-number 0:2 -no-undefined
libvirglrenderer_la_SOURCES = virglrenderer.c
libvirglrenderer_ladir = $(libdir)