Skip to content

Commit

Permalink
Makefile, VERSION: manage our own version
Browse files Browse the repository at this point in the history
We do not need to be depends on any external repo's version.
this is an independed repo that need to controll it's own version

Signed-off-by: alon <[email protected]>
  • Loading branch information
alon-lb authored and yogev-lb committed Jan 21, 2025
1 parent d38da1f commit 8d61b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DISCOVERY_CLIENT_RELEASE = 1

override BIN_NAME := lb-nvme-discovery-client
override DEFAULT_REL := 0.0.0
override VERSION_RELEASE := $(or $(shell cat $(WORKSPACE_TOP)/los-csi/VERSION 2>/dev/null),$(DEFAULT_REL))
override VERSION_RELEASE := $(or $(shell cat VERSION 2>/dev/null),$(DEFAULT_REL))
override RELEASE := $(if $(BUILD_ID),$(VERSION_RELEASE).$(BUILD_ID),$(VERSION_RELEASE))

override BUILD_HOST := $(shell hostname)
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.18.0

0 comments on commit 8d61b4e

Please sign in to comment.