- Use only a major version for a release version
This commit is contained in:
parent
175a8e8763
commit
93a210e597
@ -10,7 +10,7 @@ from extra_options import *
|
|||||||
# PRODUCT INFO
|
# PRODUCT INFO
|
||||||
release_name = "{{ product_name }}"
|
release_name = "{{ product_name }}"
|
||||||
release_short = "{{ product_name }}"
|
release_short = "{{ product_name }}"
|
||||||
release_version = "{{ full_version }}"
|
release_version = "{{ distribution_major_version }}"
|
||||||
treeinfo_version = "{{ distribution_major_version }}"
|
treeinfo_version = "{{ distribution_major_version }}"
|
||||||
|
|
||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
|
Loading…
Reference in New Issue
Block a user