17 lines
262 B
C
17 lines
262 B
C
/*
|
|
* File: LVersion.h
|
|
* Author: SET - nmset@yandex.com
|
|
* License : LGPL version 2.1
|
|
* Copyright SET, M. D. - © 2014
|
|
*
|
|
* Created on 28 juillet 2014, 19:47
|
|
*/
|
|
|
|
#ifndef LVERSION_H
|
|
#define LVERSION_H
|
|
|
|
#define L7_VERSION_STR "6"
|
|
|
|
#endif /* LVERSION_H */
|
|
|