Skip to content

Commit

Permalink
Merge pull request #88 from paolostivanin/patch-1
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
rlancaste authored Jan 24, 2022
2 parents fc4a45d + c1f878c commit 832bc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.0)
# Timestamp build
string(TIMESTAMP StellarSolver_BUILD_TS UTC)

# StellarSolver Version 1.8
# StellarSolver Version 1.9
set (StellarSolver_VERSION_MAJOR 1)
set (StellarSolver_VERSION_MINOR 8)
set (StellarSolver_VERSION_MINOR 9)

set (StellarSolver_SOVERSION "${StellarSolver_VERSION_MAJOR}")
set (StellarSolver_VERSION ${StellarSolver_VERSION_MAJOR}.${StellarSolver_VERSION_MINOR})
Expand Down

0 comments on commit 832bc60

Please sign in to comment.