Skip to content

Commit

Permalink
post build: ovirt-engine-metrics-1.6.0 (#26)
Browse files Browse the repository at this point in the history
* build: ovirt-engine-metrics-1.6.0

Signed-off-by: Aviv Litman <[email protected]>

* post build: ovirt-engine-metrics-1.6.0

Signed-off-by: Aviv Litman <[email protected]>
  • Loading branch information
avlitman authored Apr 17, 2022
1 parent 9860a0e commit fe0f8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION_MAJOR=1
VERSION_MINOR=6
VERSION_PATCH_LEVEL=0
VERSION_PATCH_LEVEL=1
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL)

# Milestone is manually specified,
Expand All @@ -20,7 +20,7 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL)
# - master
# - <none>
#
MILESTONE=
MILESTONE=master

# RPM release is manually specified,
# For pre-release:
Expand All @@ -32,4 +32,4 @@ MILESTONE=
# while N is incremented each re-release
# Use only for spec file changes
#
RPM_RELEASE=1
RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)

0 comments on commit fe0f8a8

Please sign in to comment.