Skip to content

Commit

Permalink
Post release 4.6.2 (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas authored Mar 24, 2023
1 parent d750043 commit 152d6f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .automation/generate-setup-files.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh -e

VERSION="4.6.2"
# MILESTONE=master
MILESTONE=
# RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
RPM_RELEASE=1
VERSION="4.6.3"
MILESTONE=master
# MILESTONE=
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
# RPM_RELEASE=1

PACKAGE_NAME="python-ovirt-engine-sdk4"

Expand Down

0 comments on commit 152d6f2

Please sign in to comment.