Skip to content

Commit

Permalink
v0.9.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jul 10, 2023
1 parent 5680273 commit e69ec6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('magpie', 'c',
version: '0.9.1',
version: '0.9.2',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/mkRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
git submodule init
git submodule update

VERSION="0.9.1"
VERSION="0.9.2"
NAME="magpie"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit e69ec6d

Please sign in to comment.