File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: GPL-3.0-or-later
33
44cmake_minimum_required (VERSION 3.26.0)
5- project (element VERSION 1.0 .0)
5+ project (element VERSION 1.1 .0)
66set (PROJECT_VERSION_SUFFIX "" )
77set (PROJECT_VERSION_FULL "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX} " )
88
Original file line number Diff line number Diff line change 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)
1010set (ELEMENT_BUILD_NUMBER 0)
You can’t perform that action at this time.
0 commit comments