Skip to content

Commit

Permalink
0.6.0 relese
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Jan 25, 2015
1 parent feddead commit 4086242
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
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)
#############################################################
PROJECT("FastoRedis" VERSION 0.6.0.1 LANGUAGES CXX C)
PROJECT("FastoRedis" VERSION 0.6.0.0 LANGUAGES CXX C)
#################### Project Settings ####################
#SET(PROJECT_NAME "FastoRedis" CACHE STRING "Project Name")
SET(PROJECT_NAME_TITLE ${PROJECT_NAME} CACHE STRING "Title for ${PROJECT_NAME}")
Expand All @@ -12,7 +12,7 @@ SET(PROJECT_MAINTAINER_MAIL "[email protected]" CACHE STRING "Internet mail a
SET(PROJECT_MAINTAINER_NAME "Fasto Redis" CACHE STRING "Name of ${PROJECT_NAME} mainteiner")
SET(PROJECT_GITHUB_FORK "www.github.com/fasto/fastoredis" CACHE STRING "Git fork of ${PROJECT_NAME}")
SET(PROJECT_GITHUB_ISSUES "www.github.com/fasto/fastoredis/issues" CACHE STRING "Git issue link for ${PROJECT_NAME}")
SET(PROJECT_BUILD_TYPE "rc") #alfa, beta, rc, release
SET(PROJECT_BUILD_TYPE "release") #alfa, beta, rc, release
##########################################################

STRING(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWERCASE)
Expand Down

0 comments on commit 4086242

Please sign in to comment.