-
- Downloads
OGS version information is now handled by its git tag.
When the current commit is also a tag then the version is the tag name, e.g. "6.0.1". When the current commit is not a tag then the ogs version is the last tag + number of commits since then + current commit short hash, e.g. "6.0.1-140-g80ac475". This info is available in BaseLib::BuildInfo::git_describe. Use it to uniquely set the OGS version.
Showing
- Applications/CLI/ogs.cpp 1 addition, 1 deletionApplications/CLI/ogs.cpp
- Applications/DataExplorer/main.cpp 1 addition, 2 deletionsApplications/DataExplorer/main.cpp
- Applications/DataExplorer/mainwindow.cpp 3 additions, 3 deletionsApplications/DataExplorer/mainwindow.cpp
- Applications/Utils/FileConverter/TIN2VTK.cpp 1 addition, 1 deletionApplications/Utils/FileConverter/TIN2VTK.cpp
- Applications/Utils/FileConverter/VTK2TIN.cpp 1 addition, 1 deletionApplications/Utils/FileConverter/VTK2TIN.cpp
- Applications/Utils/MeshEdit/checkMesh.cpp 1 addition, 1 deletionApplications/Utils/MeshEdit/checkMesh.cpp
- Applications/Utils/MeshEdit/reviseMesh.cpp 1 addition, 1 deletionApplications/Utils/MeshEdit/reviseMesh.cpp
- Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp 1 addition, 1 deletion...tions/Utils/SimpleMeshCreation/generateStructuredMesh.cpp
- BaseLib/BuildInfo.cpp.in 1 addition, 1 deletionBaseLib/BuildInfo.cpp.in
- BaseLib/BuildInfo.h 1 addition, 1 deletionBaseLib/BuildInfo.h
- CMakeLists.txt 0 additions, 13 deletionsCMakeLists.txt
- FileIO/GMSHInterface.cpp 2 additions, 2 deletionsFileIO/GMSHInterface.cpp
- scripts/cmake/CMakeSetup.cmake 13 additions, 0 deletionsscripts/cmake/CMakeSetup.cmake
- scripts/cmake/cmake/GetGitRevisionDescription.cmake 5 additions, 0 deletionsscripts/cmake/cmake/GetGitRevisionDescription.cmake
- scripts/cmake/packaging/Pack.cmake 2 additions, 2 deletionsscripts/cmake/packaging/Pack.cmake
Loading
Please register or sign in to comment