Skip to content

Commit

Permalink
Merge pull request #187 from ut-issl/hotfix/fix-version
Browse files Browse the repository at this point in the history
Fix version in CMakeLists.txt
  • Loading branch information
sksat authored Jul 27, 2022
2 parents f45f969 + c224831 commit bca585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_policy(SET CMP0048 NEW)
project(S2E
LANGUAGES CXX
DESCRIPTION "S2E: Spacecraft Simulation Environment"
VERSION 5.0.0
VERSION 5.0.4
)

cmake_minimum_required(VERSION 3.13)
Expand Down

0 comments on commit bca585d

Please sign in to comment.