Add Changelog

This commit is contained in:
Jacob Perron 2016-10-16 12:12:45 -07:00
parent b3de7d30f3
commit 57574086cd
3 changed files with 77 additions and 2 deletions

View file

@ -9,7 +9,7 @@
cmake_minimum_required(VERSION 2.8.12)
project(libcreate)
set(package_version 1.2.0)
set(package_version 1.4.0)
find_package(Boost REQUIRED system thread)
find_package(Threads REQUIRED)