Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
  • Loading branch information
zyga committed Feb 3, 2021
1 parent e3f77d3 commit 87b70a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with Zmk. If not, see <https://www.gnu.org/licenses/>.

NAME = zmk
VERSION = 0.4.2 # This needs to match ZMK.Version
VERSION = 0.5 # This needs to match ZMK.Version

ZMK.SrcDir ?= .
-include config.zmk.mk
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in the next release:
Changes in 0.5:

* The Program.Test template no longer fails with syntax error when computing
test coverage.
Expand Down
2 changes: 1 addition & 1 deletion z.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VERSION ?= $(or $(Project.Version),$(error define VERSION - the static version o
.SUFFIXES:

# Version of the zmk library.
ZMK.Version = 0.4.2
ZMK.Version = 0.5

# Location of include files used by the makefile system. Normally this is the
# zmk subdirectory of /usr/include, as this is where make is importing things
Expand Down

0 comments on commit 87b70a3

Please sign in to comment.