wanpipe/patches/kdrivers/include/wanpipe_version.h

38 lines
1.0 KiB
C

#ifndef __WANPIPE_VERSION__
#define __WANPIPE_VERSION__
#define WANPIPE_COPYRIGHT_DATES "(c) 1994-2007"
#define WANPIPE_COMPANY "Sangoma Technologies Inc"
/********** LINUX **********/
#define WANPIPE_VERSION "3.2.1"
#define WANPIPE_SUB_VERSION "0"
#define WANPIPE_VERSION_BETA 1
#define WANPIPE_LITE_VERSION "1.1.1"
/********** FreeBSD **********/
#define WANPIPE_VERSION_FreeBSD "2.8.5"
#define WANPIPE_SUB_VERSION_FreeBSD "2"
#define WANPIPE_VERSION_BETA_FreeBSD 1
#define WANPIPE_LITE_VERSION_FreeBSD "1.1.1"
/********** OpenBSD **********/
#define WANPIPE_VERSION_OpenBSD "1.6.5"
#define WANPIPE_SUB_VERSION_OpenBSD "8"
#define WANPIPE_VERSION_BETA_OpenBSD 1
#define WANPIPE_LITE_VERSION_OpenBSD "1.1.1"
/********** NetBSD **********/
#define WANPIPE_VERSION_NetBSD "1.1.1"
#define WANPIPE_SUB_VERSION_NetBSD "5"
#define WANPIPE_VERSION_BETA_NetBSD 1
/********** Windows **********/
#define WANPIPE_VERSION_Windows "1.1.1"
#define WANPIPE_SUB_VERSION_Windows "4"
#define WANPIPE_VERSION_BETA_Windows 1
#endif