diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-03 19:45:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-03 19:45:56 +0000 |
commit | d0b92dccb92b626733f744b7975e1c147cd4a199 (patch) | |
tree | 65f317214bae596350ade4b8d912b1b023722ca8 /Makefile.inc | |
parent | 25e42f4a4a745f2c190657e37af9da4fa4a5d58c (diff) | |
download | anaconda-d0b92dccb92b626733f744b7975e1c147cd4a199.tar.gz anaconda-d0b92dccb92b626733f744b7975e1c147cd4a199.tar.xz anaconda-d0b92dccb92b626733f744b7975e1c147cd4a199.zip |
let's be 8.0.1-0 now
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 4ba719300..a68ab14c8 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 8.0 -RELEASE = 4 +VERSION = 8.0.1 +RELEASE = 0 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |