Skip to content

Commit fc0f0e2

Browse files
committed
Fix windows cmd trolling me
1 parent 0cf33b3 commit fc0f0e2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ if(POLICY CMP0135)
3939
endif(POLICY CMP0135)
4040

4141
# Set here the version number **** only update upon tagging a release!
42-
set (KratosMultiphysics_MAJOR_VERSION 9)
43-
set (KratosMultiphysics_MINOR_VERSION 6)
42+
set (KratosMultiphysics_MAJOR_VERSION 10)
43+
set (KratosMultiphysics_MINOR_VERSION 0)
4444
set (KratosMultiphysics_PATCH_VERSION 0)
4545

4646
# If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR

applications/HDF5Application/custom_io/hdf5_file.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,7 @@ namespace Internals
460460
* Valid paths are similar to linux file system with alphanumeric names
461461
* and possible underscores separated by '/'. All paths are absolute.
462462
*/
463-
<<<<<<< HEAD
464463
KRATOS_API(HDF5_APPLICATION) bool IsPath(const std::string& rPath);
465-
=======
466-
bool KRATOS_API(HDF5_APPLICATION) IsPath(const std::string& rPath);
467-
>>>>>>> master
468464

469465
/// Return vector of non-empty substrings separated by a delimiter.
470466
std::vector<std::string> Split(const std::string& rPath, char Delimiter);

0 commit comments

Comments
 (0)