Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
Updated .gitignore to ignore Visual Studio files
  • Loading branch information
S-Dafarra committed Mar 7, 2024
1 parent b3a368a commit 4164755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ build/*
.DS_Store
*.txt.user*
.idea/*

.vs/*
CMakeSettings.json
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required(VERSION 3.16)

project(iDynTree VERSION 10.3.0
project(iDynTree VERSION 10.4.0
LANGUAGES C CXX)

# Disable in source build, unless Eclipse is used
Expand Down

0 comments on commit 4164755

Please sign in to comment.