Skip to content

Commit

Permalink
Merge pull request EOSIO#145 from EOSIO/larryk85-patch-1
Browse files Browse the repository at this point in the history
bump cmake version
  • Loading branch information
larryk85 authored Oct 10, 2018
2 parents 5ffc39d + 3fe83f3 commit 1bfbd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.5)
project(eosio_cdt)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH 1)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)

if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
message(WARNING "CMAKE_INSTALL_PREFIX is set to default path of ${CMAKE_INSTALL_PREFIX}, resetting to ${CMAKE_INSTALL_PREFIX}/eosio.cdt")
Expand Down

0 comments on commit 1bfbd17

Please sign in to comment.