Skip to content

Commit

Permalink
Bump version to 0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Aug 17, 2023
1 parent 3f35042 commit 4c36ff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.PHONY: clean default check linting pre-coverage
VER = $(shell meson introspect _build/ --projectinfo | jq -r '.version' && rm -rf _build)

DESTDIR ?= ../tmproot

Expand Down Expand Up @@ -28,6 +29,10 @@ clean:
rm -rf tmproot
rm -f python-cffi/netplan/_netplan_cffi.*

dist: clean _build
tar --exclude="_build" --exclude=".git" --exclude="debian" --exclude=".vscode" -cvJf ../netplan-$(VER).tar.xz .
ln -sf netplan-$(VER).tar.xz ../netplan.io_$(VER).orig.tar.xz # Debian .orig symlink

check: default
meson test -C _build --verbose

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('netplan', 'c',
version: '0.106',
version: '0.107',
license: 'GPL3',
default_options: [
'c_std=c99',
Expand Down

0 comments on commit 4c36ff2

Please sign in to comment.