blob: b9021942b27fd18cdce2c1e09358f9adff2087b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/*
(C) Copyright nCipher Corporation Ltd 2002-2008 All rights reserved
Copyright (c) 2008-2013 Thales e-Security All rights reserved
Copyright (c) 2014 Thales UK All rights reserved
*/
/* AUTOGENERATED - DO NOT EDIT */
#ifndef AUTOVERSION_H
#define AUTOVERSION_H
#define VERSION_RELEASEMAJOR 2
#define VERSION_RELEASEMINOR 26
#define VERSION_RELEASEPATCH 40
#define VERSION_NO "2.26.40cam999"
#define VERSION_COMPNAME "nfdrv"
#endif
|