Skip to content

Commit

Permalink
0.7.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Apr 18, 2015
1 parent 85090a4 commit 1b1a55a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.3.1 LANGUAGES CXX C)
PROJECT("FastoRedis" VERSION 0.7.3.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 "atopilski@fastoredis.com" CACHE STRING "Internet ma
SET(PROJECT_MAINTAINER_NAME "Alexandr Topilski" 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 "alfa") #alfa, beta, rc, release
SET(PROJECT_BUILD_TYPE "release") #alfa, beta, rc, release
##########################################################

STRING(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWERCASE)
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.3
0.7.3 / April 18, 2015
[Alexandr Topilski]
- View keys dialog
- Redis database size
Expand Down
2 changes: 1 addition & 1 deletion src/fasto
Submodule fasto updated from fa7997 to 6a573f

0 comments on commit 1b1a55a

Please sign in to comment.