Skip to content

Commit

Permalink
make: update version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
  • Loading branch information
rst0git committed Sep 6, 2023
1 parent a6b72b6 commit 007f16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR := 0
VERSION_MINOR := 1
VERSION_MAJOR := 1
VERSION_MINOR := 0
VERSION_SUBLEVEL := 0
VERSION_EXTRA :=
VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))

0 comments on commit 007f16b

Please sign in to comment.