diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-05 17:31:59 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-05 17:31:59 +0000 |
commit | 22d0545163db353dd95e5fd2fe4492a3aae81079 (patch) | |
tree | 8f20f6dce7a21c82ae40be4ae9d91d6e0766f56a /src/input/input_plugin.h | |
parent | 8ab4cd4497b60eebbeed0947dc19591e32264557 (diff) | |
download | xine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.gz xine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.bz2 |
Bump up version numbers due to changes in xine_t
CVS patchset: 2214
CVS date: 2002/07/05 17:31:59
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 63249ea09..53dfb563d 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.25 2002/05/25 19:19:17 siggi Exp $ + * $Id: input_plugin.h,v 1.26 2002/07/05 17:32:02 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -33,7 +33,7 @@ extern "C" { #include "buffer.h" #include "configfile.h" -#define INPUT_PLUGIN_IFACE_VERSION 7 +#define INPUT_PLUGIN_IFACE_VERSION 8 #define MAX_MRL_ENTRIES 255 |