summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-23 20:17:53 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-23 20:17:53 +0000
commitf1f404b6fca9d10aacc79341d8250951a2511894 (patch)
treec2659f4f86357384e9f4ff3745c955db98977225
parentd79d3c81b7c5e009d97b0f10f20e8b48ea60e8ca (diff)
downloadanaconda-f1f404b6fca9d10aacc79341d8250951a2511894.tar.gz
anaconda-f1f404b6fca9d10aacc79341d8250951a2511894.tar.xz
anaconda-f1f404b6fca9d10aacc79341d8250951a2511894.zip
-rw-r--r--Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc b/Makefile.inc
index f28169de8..847bf4c3d 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,16 +1,16 @@
#
# define destination locations
#
-VERSION = 9.3
-RELEASE = 0
+VERSION = 9.2
+RELEASE = 3
TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S")
SNAPRELEASE := $(RELEASE)$(TIMESTAMP)
PYTHONLIBDIR = /usr/lib/anaconda
RUNTIMEDIR = /usr/lib/anaconda-runtime
ANACONDADATADIR = /usr/share/anaconda
-PYTHON = python2.3
-PYTHONINCLUDE = /usr/include/$(PYTHON)
+PYTHON = python2.2
+PYTHONINCLUDE = /usr/include/python2.2
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))