diff options
author | Matt Wilson <msw@redhat.com> | 2002-12-19 06:27:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-12-19 06:27:47 +0000 |
commit | ca43ff8203b5039ca80b3a12750f43fa8d58bfd3 (patch) | |
tree | fd88c8bd4f116725a87be79cb76671def06e00ee /Makefile.inc | |
parent | e1997739c2759a4df9d99505779c927a09044fbb (diff) | |
download | anaconda-ca43ff8203b5039ca80b3a12750f43fa8d58bfd3.tar.gz anaconda-ca43ff8203b5039ca80b3a12750f43fa8d58bfd3.tar.xz anaconda-ca43ff8203b5039ca80b3a12750f43fa8d58bfd3.zip |
don't set __dbi_cdb macros anywhereanaconda-8.0.92-8
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 414b87915..808f6a488 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -2,7 +2,7 @@ # define destination locations # VERSION = 8.0.92 -RELEASE = 7 +RELEASE = 8 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |