mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +03:00
11 lines
161 B
C++
Executable File
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;
|
|
}
|
|
|