Skip to content

Commit

Permalink
[versionBump] incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 17, 2024
1 parent 3df7b65 commit a490004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21) # since paraview 5.10
# The C is required to build with VTK when it has MPI
project(ttk VERSION 1.2 LANGUAGES CXX C)
project(ttk VERSION 1.3.0 LANGUAGES CXX C)

if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
message(FATAL_ERROR "Build in sources is not supported by TTK, please use a separate build folder")
Expand Down
2 changes: 1 addition & 1 deletion core/base/common/Debug.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// \namespace ttk The Topology ToolKit

/// \mainpage TTK 1.2 Documentation
/// \mainpage TTK 1.3.0 Documentation
/// \image html "splash.png"
/// Useful links:
/// - TTK Home:
Expand Down

0 comments on commit a490004

Please sign in to comment.