summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2008-01-01 07:22:49 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2008-01-01 07:22:49 +0200
commit9285ce63facf833394d79d4e5be6adfa4c70eac6 (patch)
tree3218cd222cebdd6d8183fbfebb227e0198cd049c /include
parent3ebd29271aee0665b759a7ba48fb3a343282fd0b (diff)
downloadxine-lib-9285ce63facf833394d79d4e5be6adfa4c70eac6.tar.gz
xine-lib-9285ce63facf833394d79d4e5be6adfa4c70eac6.tar.bz2
Bump post plugin interface version after API changes
(Changeset 9602: Replace get_identifier/get_description functions with strings.)
Diffstat (limited to 'include')
-rw-r--r--include/xine/post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/post.h b/include/xine/post.h
index 3056f8120..10844d03a 100644
--- a/include/xine/post.h
+++ b/include/xine/post.h
@@ -33,7 +33,7 @@
# include <xine/plugin_catalog.h>
#endif
-#define POST_PLUGIN_IFACE_VERSION 9
+#define POST_PLUGIN_IFACE_VERSION 10
typedef struct post_class_s post_class_t;