Files
gocv/version.cpp
2018-03-15 11:26:51 +01:00

6 lines
77 B
C++

#include "version.h"
const char* openCVVersion() {
return CV_VERSION;
}