[vlc-devel] commit: vlc_modules_macros.h: Bump ABI version. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Mar 26 18:44:44 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Mar 26 18:44:36 2008 +0100| [310a72b65ebcc0cf36165c59902344d7c05e8950]
vlc_modules_macros.h: Bump ABI version.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=310a72b65ebcc0cf36165c59902344d7c05e8950
---
include/vlc_modules_macros.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_modules_macros.h b/include/vlc_modules_macros.h
index 5c3f665..88ee156 100644
--- a/include/vlc_modules_macros.h
+++ b/include/vlc_modules_macros.h
@@ -35,8 +35,8 @@
/**
* Current plugin ABI version
*/
-# define MODULE_SYMBOL 0_9_0i
-# define MODULE_SUFFIX "__0_9_0i"
+# define MODULE_SYMBOL 0_9_0j
+# define MODULE_SUFFIX "__0_9_0j"
/*****************************************************************************
* Add a few defines. You do not want to read this section. Really.
More information about the vlc-devel
mailing list