1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-30 12:14:08 +03:00
occt/src/Storage/Storage.cxx
2012-03-05 19:23:40 +04:00

11 lines
161 B
C++
Executable File

#include <TCollection_AsciiString.hxx>
#include <Storage.hxx>
TCollection_AsciiString Storage::Version()
{
TCollection_AsciiString v("1.3");
return v;
}