16 lines
252 B
C
16 lines
252 B
C
/*
|
|
|
|
The numbers below should correspond to a cvs tag named
|
|
release-<MAJOR><MINOR>.
|
|
|
|
*/
|
|
|
|
#ifndef SEC_VERSION_H
|
|
#define SEC_VERSION_H
|
|
|
|
#define SECONDO_VERSION_MAJOR 4
|
|
#define SECONDO_VERSION_MINOR 3
|
|
#define SECONDO_VERSION_REVISION 0
|
|
|
|
#endif
|