# HG changeset patch # User AngelCarpintero # Date 1211134633 0 # Node ID dc1f4ad7010cd31e79aae12abd5024896ca73e84 # Parent 90455db7fda407e1c6f0b01b73802bd9ff4e5e9c Change version to proper trunk diff -r 90455db7fda4 -r dc1f4ad7010c vloopback.c --- a/vloopback.c Sun Apr 01 15:58:36 2007 +0000 +++ b/vloopback.c Sun May 18 18:17:13 2008 +0000 @@ -133,11 +133,14 @@ * been moved to media/v42l-dev.h and remove from videodev.h/videodev2.h * * 18.01.07 (Angel Carpintero) - * Change -ENOIOCTLCMD by more appropiate error -ENOTTY. + * Change -ENOIOCTLCMD by more appropiate error -ENOTTY. + * + * 18.05.08 (Angel Carpintero) + * Release 1.1-rc1 as 1.1 stable working with 2.6.24 */ -#define VLOOPBACK_VERSION "1.1-rc1" +#define VLOOPBACK_VERSION "1.2-trunk" /* Include files common to 2.4 and 2.6 versions */ #include /* >= 2.6.14 LINUX_VERSION_CODE */