#ifndef _usbtenki_version_h__
#define _usbtenki_version_h__


#define USBTENKI_VERSION	"2.1.3"
#define USBTENKI_VERSION_STR0	"2.1.3\0"
#define USBTENKI_VERSION_MAJOR	2
#define USBTENKI_VERSION_MINOR	1
#define USBTENKI_VERSION_NUM	2,1,3,0

#define USBTENKI_COPYRIGHT_QTENKI	"(C) Copyright 2013-2014 Raphaël Assénat"
#define USBTENKI_COPYRIGHTS			"(C) Copyright 2007-2014 Raphaël Assénat <raph@raphnet.net>"
#define USBTENKI_COPYRIGHTS_HTML	"(C) Copyright 2007-2014 Rapha&euml;l Ass&eacute;nat &lt;raph@raphnet.net&gt;"

#endif // _usbtenki_version_h__
