blob: 75b67d6b6d3f7a6cf7b56b10d133c7ff19f4eef9 (
plain)
1
2
3
4
5
6
|
# when you want to change the python version, you must update the d.lst
# in the python project accordingly !!!
PYMAJOR=2
PYMINOR=2
PYMICRO=2
PYVERSION=$(PYMAJOR).$(PYMINOR).$(PYMICRO)
|