Skip to content

Commit a01e708

Browse files
committed
Bump version to 1.9post~UNRELEASED
Signed-off-by: Wojtek Porczyk <[email protected]>
1 parent 0d1a4b7 commit a01e708

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
gramine (1.9post~UNRELEASED) UNRELEASED; urgency=medium
2+
3+
*
4+
5+
-- Wojtek Porczyk <[email protected]> Wed, 18 Jun 2025 16:41:27 +0200
6+
17
gramine (1.9) bookworm bullseye noble jammy; urgency=medium
28

39
* version 1.9

gramine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global has_supported_sphinx 0%{?rhel} >= 9
55

66
Name: gramine
7-
Version: 1.9
7+
Version: 1.9post~UNRELEASED
88
Release: 1%{?dist}
99
Group: Development Tools
1010
Summary: A lightweight usermode guest OS designed to run a single Linux application

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project(
66
'gramine',
77
'c', 'cpp',
8-
version: '1.9',
8+
version: '1.9post~UNRELEASED',
99
license: 'LGPLv3+',
1010

1111
meson_version: '>=0.58',

packaging/alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Amie Raine <[email protected]>
22
# Maintainer: Wojtek Porczyk <[email protected]>
33
pkgname=gramine
4-
_real_pkgver=1.9
4+
_real_pkgver=1.9post~UNRELEASED
55
pkgver=$(printf %s "$_real_pkgver" | sed \
66
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \
77
-e 's:~:_:' \

0 commit comments

Comments
 (0)