diff --git a/debian/changelog b/debian/changelog index f8b5dea7ef..dfd241702e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +gramine (1.6.2post~UNRELEASED) UNRELEASED; urgency=medium + + + -- Wojtek Porczyk Mon, 11 Mar 2024 10:26:46 +0100 + gramine (1.6.2~rc1) unstable-bookworm unstable-bullseye unstable-jammy unstable-focal; urgency=medium * version 1.6.2 diff --git a/gramine.spec b/gramine.spec index 55120a5fb3..7d6ac7a769 100644 --- a/gramine.spec +++ b/gramine.spec @@ -8,7 +8,7 @@ %endif Name: gramine -Version: 1.6.2~rc1 +Version: 1.6.2post~UNRELEASED Release: 1%{?dist} Group: Development Tools Summary: A lightweight usermode guest OS designed to run a single Linux application diff --git a/meson.build b/meson.build index 5650bd6382..03c9b21786 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'gramine', 'c', 'cpp', - version: '1.6.2~rc1', + version: '1.6.2post~UNRELEASED', license: 'LGPLv3+', meson_version: '>=0.56', diff --git a/packaging/alpine/APKBUILD b/packaging/alpine/APKBUILD index ef1a1fe4cc..d0dc0445b1 100644 --- a/packaging/alpine/APKBUILD +++ b/packaging/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Amie Raine # Maintainer: Amie Raine pkgname=gramine -_real_pkgver=1.6.2~rc1 +_real_pkgver=1.6.2post~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:~:_:' \