Skip to content

Commit

Permalink
Bump version from 1.3 to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnh committed May 24, 2018
1 parent 2bcba8a commit 5df8f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project(openc2x C CXX)

SET(PROJECT_VERSION_MAJOR "1")
SET(PROJECT_VERSION_MINOR "3")
SET(PROJECT_VERSION_MINOR "4")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -std=c++11")
SET(CMAKE_VERBOSE_MAKEFILE "ON")
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules)
Expand Down

0 comments on commit 5df8f7d

Please sign in to comment.