Skip to content

Commit 500c705

Browse files
committed
Bump version to 0.4.0
1 parent 2142fba commit 500c705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5.1)
22
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
33

4-
project(Zeal VERSION 0.3.1)
4+
project(Zeal VERSION 0.4.0)
55

66
# Project information.
77
if(APPLE)

qmake/common.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RCC_DIR = $$BUILD_ROOT/.rcc
3030
UI_DIR = $$BUILD_ROOT/.ui
3131

3232
# Application version
33-
VERSION = 0.3.1
33+
VERSION = 0.4.0
3434
DEFINES += ZEAL_VERSION=\\\"$${VERSION}\\\"
3535

3636
# Portable build

0 commit comments

Comments
 (0)