Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.11n'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellzey committed Nov 26, 2015
2 parents 4090c87 + 323817d commit c84f68d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(libevhtp)

set(PROJECT_MAJOR_VERSION 1)
set(PROJECT_MINOR_VERSION 2)
set(PROJECT_PATCH_VERSION 10)
set(PROJECT_PATCH_VERSION 11)
set(PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION})

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DPROJECT_VERSION=\"${PROJECT_VERSION}\" -Wall")
Expand Down Expand Up @@ -64,7 +64,6 @@ CHECK_FUNCTION_EXISTS(strnlen HAVE_STRNLEN)
if (EVHTP_THR_SHARED_PIPE)
add_definitions(-DEVTHR_SHARED_PIPE)
endif()


CHECK_INCLUDE_FILES(strings.h HAVE_STRINGS_H)
CHECK_INCLUDE_FILES(string.h HAVE_STRING_H)
Expand Down

0 comments on commit c84f68d

Please sign in to comment.