Skip to content

Commit

Permalink
Makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
arstercz committed Apr 23, 2023
1 parent ee52e58 commit 529c8e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ else ifneq ($(findstring -rc,$(tag)),)
tar_version := $(version)~$(rc)
else
version := $(tag:v%=%)
rpm_version := $(version)-2
rpm_iteration := 2
deb_version := $(version)-2
deb_iteration := 2
rpm_version := $(version)-3
rpm_iteration := 3
deb_version := $(version)-3
deb_iteration := 3
tar_version := $(version)
endif

Expand Down

0 comments on commit 529c8e0

Please sign in to comment.