File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SET(OFBUILD_CUSTOM_CMAKE_VERSION "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.
2323SET (OPENFLUID_VERSION_MAJOR 2)
2424SET (OPENFLUID_VERSION_MINOR 1)
2525SET (OPENFLUID_VERSION_PATCH 11)
26- SET (OPENFLUID_VERSION_STATUS "beta2 " ) # example: SET(OPENFLUID_VERSION_STATUS "rc1")
26+ SET (OPENFLUID_VERSION_STATUS "beta3 " ) # example: SET(OPENFLUID_VERSION_STATUS "rc1")
2727
2828SET (OPENFLUID_VERSION_FULL "${OPENFLUID_VERSION_MAJOR} .${OPENFLUID_VERSION_MINOR} .${OPENFLUID_VERSION_PATCH} " )
2929
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ class KmlObserverBase : public openfluid::ware::PluggableObserver
289289 openfluid::utils::CMakeProxy::CommandInfos Command =
290290 openfluid::utils::CMakeProxy::getTarCompressCommand (QString::fromStdString (InputDir),
291291 QString::fromStdString (KmzFilePath),
292- FilePaths, " v " );
292+ FilePaths);
293293
294294 QProcess::execute (Command.Program , Command.Args << " --format=zip" );
295295 }
You can’t perform that action at this time.
0 commit comments