Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richter <[email protected]>
  • Loading branch information
erichte-ibm committed Oct 7, 2024
1 parent 6c784df commit c863fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SECVARCTL_VERSION_MAJOR=1
SECVARCTL_VERSION_MINOR=0
SECVARCTL_VERSION_MINOR=1
SECVARCTL_VERSION_PATCH=0
SECVARCTL_VERSION_EXTRA=-alpha
SECVARCTL_VERSION_EXTRA=
# any extra version should be prepended with -, like -rc1

SECVARCTL_VERSION="${SECVARCTL_VERSION_MAJOR}.${SECVARCTL_VERSION_MINOR}.${SECVARCTL_VERSION_PATCH}${SECVARCTL_VERSION_EXTRA}"
2 changes: 1 addition & 1 deletion secvarctl.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2023 IBM Corp.
Name: secvarctl
Version: 1.0.0
Version: 1.1.0
Release: 1%{?dist}
Summary: PowerPC secure variable control
BuildArch: ppc64le ppcl64 x86_64
Expand Down

0 comments on commit c863fa4

Please sign in to comment.