[vlc-devel] commit: Really bump up the ABI version. (Jean-Paul Saman )

git version control git at videolan.org
Tue Nov 11 14:44:48 CET 2008


vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Mon Oct 27 19:06:51 2008 +0100| [9822d7ea26cad07a5ec3165aa143c3e84802eee0] | committer: Jean-Paul Saman 

Really bump up the ABI version.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9822d7ea26cad07a5ec3165aa143c3e84802eee0
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index fc3c9a3..6c554a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5520,7 +5520,7 @@ dnl AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__${VLC_SYMBOL}", [String suffix for modu
 dnl AC_DEFINE_UNQUOTED(MODULE_SYMBOL, ${VLC_SYMBOL}, [Symbol suffix for module functions])
 
 dnl New definitions with value matching 0.8.6 release
-module_symbol="0_8_6"
+module_symbol="0_8_7"
 AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__${module_symbol}", [String suffix for module functions])
 AC_DEFINE_UNQUOTED(MODULE_SYMBOL, $module_symbol, [Symbol suffix for module functions])
 VLC_ENTRY="vlc_entry__${module_symbol}"




More information about the vlc-devel mailing list