Skip to content

Commit

Permalink
Post release 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Nov 28, 2023
1 parent 28ed5bd commit bf791ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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=2
VERSION_PATCH_LEVEL=3
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,5 +32,5 @@ MILESTONE=
# while N is incremented each re-release
# Use only for spec file changes
#
#RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
RPM_RELEASE=1
RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
#RPM_RELEASE=1

0 comments on commit bf791ee

Please sign in to comment.