diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-09-05 16:34:24 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-09-05 16:34:24 +0000 |
commit | 5deccaced77a7ef64e161fab9415157d8919b15f (patch) | |
tree | 1fecd9d666adabe8e9390a0fcde99639ec58b70a /Makefile.inc | |
parent | a78c9e098fe9001af3ddff99cc46a3f2112dd881 (diff) | |
download | anaconda-5deccaced77a7ef64e161fab9415157d8919b15f.tar.gz anaconda-5deccaced77a7ef64e161fab9415157d8919b15f.tar.xz anaconda-5deccaced77a7ef64e161fab9415157d8919b15f.zip |
merge anaconda-8-0-branch to HEAD
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc index b9d5a525f..0230f765a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 7.3.95 -RELEASE = 0 +VERSION = 8.0 +RELEASE = 3 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |