Commit 19465eac authored by dill Upstream's avatar dill Upstream Committed by Eisenhauer, Greg
Browse files

dill 2018-07-08 (4be1ccfe)

Code extracted from:

    https://github.com/GTkorvo/dill.git

at commit 4be1ccfe2a4901180162d572c84e1e6da42885ca (master).

Upstream Shortlog
-----------------
parent 2a039b50
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 2.8.3)
if(POLICY CMP0048)
  cmake_policy(SET CMP0048 NEW)
  project(DILL VERSION 2.3.2 LANGUAGES C CXX)
  project(DILL VERSION 2.4.0 LANGUAGES C CXX)
else()
  project(DILL C CXX)
  set(DILL_MAJOR_VERSION 2)
  set(DILL_MINOR_VERSION 3)
  set(DILL_PATCH_VERSION 3)
  set(DILL_MINOR_VERSION 4)
  set(DILL_PATCH_VERSION 0)
  set(DILL_VERSION
    ${DILL_MAJOR_VERSION}.${DILL_MINOR_VERSION}.${DILL_PATCH_VERSION})
endif()