Skip to content

Commit

Permalink
Update version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhlig1 committed Sep 16, 2016
1 parent 97a365c commit a1c5725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ EndIf (Boost_FOUND)
# Set the library version in the main CMakeLists.txt
SET(FAIRROOT_MAJOR_VERSION 16)
SET(FAIRROOT_MINOR_VERSION 06)
SET(FAIRROOT_PATCH_VERSION 00)
SET(FAIRROOT_PATCH_VERSION 01)
SET(FAIRROOT_VERSION "${FAIRROOT_MAJOR_VERSION}.${FAIRROOT_MINOR_VERSION}.${FAIRROOT_PATCH_VERSION}")

If(ROOT_FOUND_VERSION LESS 59999)
Expand Down Expand Up @@ -367,7 +367,7 @@ If(GIT_FOUND AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
Else()
Set(FAIRROOT_GIT_VERSION v-16.06)
Set(FAIRROOT_GIT_VERSION v-16.06a)
EndIf()
Configure_File(${CMAKE_SOURCE_DIR}/cmake/scripts/fairroot-config.in ${CMAKE_BINARY_DIR}/fairroot-config @ONLY)

Expand Down
2 changes: 1 addition & 1 deletion cmake/scripts/fairroot-config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

_version=v-16.06
_version=v-16.06a
_major_version=${_version:2:2}
_minor_version=${_version:5:2}
_patch=${_version:7}
Expand Down

0 comments on commit a1c5725

Please sign in to comment.