Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 25, 2014
1 parent 1d22d76 commit 61c7665
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,7 +2,7 @@ PROJECT(librdns C)

SET(RDNS_VERSION_MAJOR 0)
SET(RDNS_VERSION_MINOR 1)
SET(RDNS_VERSION_PATCH 0)
SET(RDNS_VERSION_PATCH 1)

IF(NOT SLAVE_BUILD)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR)
Expand Down Expand Up @@ -67,4 +67,4 @@ IF(NOT SLAVE_BUILD)
SOVERSION ${RDNS_VERSION_MINOR})
ELSE(NOT SLAVE_BUILD)
ADD_LIBRARY(rdns STATIC ${LIBRDNSSRC})
ENDIF(NOT SLAVE_BUILD)
ENDIF(NOT SLAVE_BUILD)

0 comments on commit 61c7665

Please sign in to comment.