summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/revision.h.in
blob: e6922c17c6692c22a92dcaf1d47bc2c84c19a0b8 (plain)
1
2
3
4
5
6
#ifndef DLIB_REVISION_H
#define DLIB_MAJOR_VERSION  @CPACK_PACKAGE_VERSION_MAJOR@
#define DLIB_MINOR_VERSION  @CPACK_PACKAGE_VERSION_MINOR@
#define DLIB_PATCH_VERSION  @CPACK_PACKAGE_VERSION_PATCH@
#endif