Fix 'occurred' typo
[bpdyndnsd] / src / version_info.h.in
1 #ifndef _VERSION_INFO_H_
2 #define _VERSION_INFO_H_
3
4 #define MAJOR_VERSION @MAJOR_VERSION@
5 #define MINOR_VERSION @MINOR_VERSION@
6
7 #endif