684efd77af
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
X = "9"
|
|
Y = "0"
|
|
S = "0"
|
|
|
|
VER_XY = "%s.%s" % (X, Y)
|
|
VER_FULL = "%s.%s.%s" % (X, Y, S)
|
|
|
|
# Version used for Koji tags, channels, ...
|
|
VER_XY_KOJI = "8.3"
|
|
VER_FULL_KOJI = "8.3.0"
|