mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-11 23:23:53 +00:00
Update version number to 1.1
This commit is contained in:
parent
0ebd34370b
commit
8b52c66f4f
@ -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)
|
||||
|
||||
|
@ -3,7 +3,7 @@ TEMPLATE = app
|
||||
TARGET = cutter
|
||||
|
||||
# The application version
|
||||
VERSION = 1.0
|
||||
VERSION = 1.1
|
||||
|
||||
ICON = img/cutter.icns
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user