~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Date: 2016-08-11 10:29:52 UTC
  • Revision ID: git-v1:b848e174e6fcd176d242456d451dfb5bf4005323
ReleaseĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
project(contractor)
6
6
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
7
7
 
8
 
set (VERSION "0.3.1")
 
8
set (VERSION "0.3.2")
9
9
 
10
10
# Add 'make dist' command for creating release tarball
11
11
set (CPACK_PACKAGE_VERSION ${VERSION})