Make sure library version is 1.5.0 for both autotools and CMake builds

(reported by both Takashi Iwai and plcl)
This commit is contained in:
David Henningsson 2011-08-11 08:03:18 +00:00
parent 5f84b2c2e2
commit b6ffc0a141

View file

@ -28,7 +28,7 @@ dnl if any interfaces added/removed/changed: lt_current++ and lt_revision=0
dnl if any interfaces have been added: lt_age++
dnl if any interfaces have been removed/changed (compatibility broken): lt_age=0
m4_define([lt_current], [5])
m4_define([lt_current], [6])
m4_define([lt_revision], [0])
m4_define([lt_age], [5])