Skip to content

Commit 2fa280c

Browse files
committed
cmake: bump project version and reset build number
1 parent 73d9f52 commit 2fa280c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
cmake_minimum_required(VERSION 3.26.0)
5-
project(element VERSION 1.0.0)
5+
project(element VERSION 1.1.0)
66
set(PROJECT_VERSION_SUFFIX "")
77
set(PROJECT_VERSION_FULL "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}")
88

include/element/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Generate a version header in a specific path (build/include/element/version.h)
55

66
# Configurable base commit/tag for build numbering
7-
set(ELEMENT_GIT_BASE "72f454b409ee0e719b72a87d3a0209339952814a" CACHE STRING "Base commit/tag for build numbering")
7+
set(ELEMENT_GIT_BASE "73d9f52ea81881ca83e022e16548c5e2220ff8c3" CACHE STRING "Base commit/tag for build numbering")
88

99
# Allow build number override (e.g., from CI)
1010
set(ELEMENT_BUILD_NUMBER 0)

0 commit comments

Comments
 (0)