~tes/goby/2.1-git

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Toby Schneider
  • Date: 2017-03-21 21:38:37 UTC
  • Revision ID: git-v1:1e0c66e8b1111e2560d431a2362f5d7bca2f020c
Tags: 2.1.7
ReleaseĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
set(GOBY_VERSION_MAJOR "2")
25
25
set(GOBY_VERSION_MINOR "1")
26
 
set(GOBY_VERSION_PATCH "6")
 
26
set(GOBY_VERSION_PATCH "7")
27
27
 
28
28
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
29
29
   message("Compiling in Git source tree.")
46
46
   
47
47
else()
48
48
   message("Compiling from release tarball.")
49
 
   set(GOBY_VERSION_DATE "2017.01.24")
 
49
   set(GOBY_VERSION_DATE "2017.03.21")
50
50
endif()
51
51
 
52
52
set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}")