Update version number to 1.1

This commit is contained in:
xarkes 2017-12-29 09:07:09 +01:00
parent 0ebd34370b
commit 8b52c66f4f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(DisallowInSource)
project(cutter VERSION 1.0)
project(cutter VERSION 1.1)
set(CMAKE_CXX_STANDARD 11)

View File

@ -3,7 +3,7 @@ TEMPLATE = app
TARGET = cutter
# The application version
VERSION = 1.0
VERSION = 1.1
ICON = img/cutter.icns