comparison vloopback.c @ 4:dc1f4ad7010c

Change version to proper trunk
author AngelCarpintero
date Sun, 18 May 2008 18:17:13 +0000
parents 5f21a4dddc0c
children 2fce9e157b8d
comparison
equal deleted inserted replaced
3:90455db7fda4 4:dc1f4ad7010c
131 * 02.11.06 (Angel Carpintero) 131 * 02.11.06 (Angel Carpintero)
132 * Make compatible with new kernel stable version 2.6.18, Many functions and declarations has 132 * Make compatible with new kernel stable version 2.6.18, Many functions and declarations has
133 * been moved to media/v42l-dev.h and remove from videodev.h/videodev2.h 133 * been moved to media/v42l-dev.h and remove from videodev.h/videodev2.h
134 * 134 *
135 * 18.01.07 (Angel Carpintero) 135 * 18.01.07 (Angel Carpintero)
136 * Change -ENOIOCTLCMD by more appropiate error -ENOTTY. 136 * Change -ENOIOCTLCMD by more appropiate error -ENOTTY.
137 *
138 * 18.05.08 (Angel Carpintero)
139 * Release 1.1-rc1 as 1.1 stable working with 2.6.24
137 */ 140 */
138 141
139 142
140 #define VLOOPBACK_VERSION "1.1-rc1" 143 #define VLOOPBACK_VERSION "1.2-trunk"
141 144
142 /* Include files common to 2.4 and 2.6 versions */ 145 /* Include files common to 2.4 and 2.6 versions */
143 #include <linux/version.h> /* >= 2.6.14 LINUX_VERSION_CODE */ 146 #include <linux/version.h> /* >= 2.6.14 LINUX_VERSION_CODE */
144 #include <linux/errno.h> 147 #include <linux/errno.h>
145 #include <linux/kernel.h> 148 #include <linux/kernel.h>