Skip to content

Commit

Permalink
Bump Gramine version to 1.6.1post~UNRELEASED
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
  • Loading branch information
woju committed Feb 20, 2024
1 parent 5939d7b commit 0f1f398
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
gramine (1.6.1post~UNRELEASED) UNRELEASED; urgency=medium


-- Wojtek Porczyk <woju@invisiblethingslab.com> Tue, 20 Feb 2024 13:00:01 +0100

gramine (1.6.1) bookworm bullseye jammy focal; urgency=medium

* version 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion gramine.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021-2022 Wojtek Porczyk <woju@invisiblethingslab.com>

Name: gramine
Version: 1.6.1
Version: 1.6.1post~UNRELEASED
Release: 1%{?dist}
Group: Development Tools
Summary: A lightweight usermode guest OS designed to run a single Linux application
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'gramine',
'c', 'cpp',
version: '1.6.1',
version: '1.6.1post~UNRELEASED',
license: 'LGPLv3+',

meson_version: '>=0.56',
Expand Down
2 changes: 1 addition & 1 deletion packaging/alpine/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Amie Raine <amie@invisiblethingslab.com>
# Maintainer: Amie Raine <amie@invisiblethingslab.com>
pkgname=gramine
_real_pkgver=1.6.1
_real_pkgver=1.6.1post~UNRELEASED
pkgver=$(printf %s "$_real_pkgver" | sed \
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \
-e 's:~:_:' \
Expand Down

0 comments on commit 0f1f398

Please sign in to comment.