office-gobmx/python/pyversion.mk
2003-03-31 13:08:05 +00:00

6 lines
185 B
Makefile

# 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)