summaryrefslogtreecommitdiff
path: root/python/pyversion.mk
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2003-03-31 13:08:05 +0000
committerMartin Hollmichel <mh@openoffice.org>2003-03-31 13:08:05 +0000
commit6d8387851ccca9507e9769ed58bf8026420a4db0 (patch)
treefd5a7f2bd9ac9f47c34e4ef6ebf6f7131b2e95fd /python/pyversion.mk
parent6cebeda1d2769c8593fd0365175be1d9fd54045b (diff)
add: python build env. #i11753#
Diffstat (limited to 'python/pyversion.mk')
-rw-r--r--python/pyversion.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pyversion.mk b/python/pyversion.mk
new file mode 100644
index 000000000000..75b67d6b6d3f
--- /dev/null
+++ b/python/pyversion.mk
@@ -0,0 +1,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)