Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Dec 10, 2017
1 parent 44208f1 commit a5a66ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.1)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

project(Zeal VERSION 0.4.0)
project(Zeal VERSION 0.5.0)

# Project information.
if(APPLE)
Expand Down
2 changes: 1 addition & 1 deletion qmake/common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RCC_DIR = $$BUILD_ROOT/.rcc
UI_DIR = $$BUILD_ROOT/.ui

# Application version
VERSION = 0.4.0
VERSION = 0.5.0
DEFINES += ZEAL_VERSION=\\\"$${VERSION}\\\"

# Portable build
Expand Down

0 comments on commit a5a66ef

Please sign in to comment.