We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680273 commit e69ec6dCopy full SHA for e69ec6d
meson.build
@@ -1,5 +1,5 @@
1
project('magpie', 'c',
2
- version: '0.9.1',
+ version: '0.9.2',
3
meson_version: '>= 0.55.0',
4
license: 'GPLv2+'
5
)
scripts/mkRelease.sh
@@ -4,7 +4,7 @@ set -e
git submodule init
git submodule update
6
7
-VERSION="0.9.1"
+VERSION="0.9.2"
8
NAME="magpie"
9
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
10
xz -9 "${NAME}-${VERSION}.tar"
0 commit comments