Skip to content

Commit

Permalink
version v1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jun 7, 2019
1 parent ccc1786 commit ebbb3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ project(ostap LANGUAGES CXX)
include(CTest)

set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 3)
set(OSTAP_VERSION_PATCH 3)
set(OSTAP_VERSION_TWEAK 1)
set(OSTAP_VERSION_MINOR 4)
set(OSTAP_VERSION_PATCH 0)
set(OSTAP_VERSION_TWEAK 0)
set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

# Use compiler from PATH, not the system one
Expand Down

0 comments on commit ebbb3dc

Please sign in to comment.