diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-18 16:51:03 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-18 16:51:03 +0000 |
commit | b8c85a7174a752b485182fa82e3996ac249fcc4c (patch) | |
tree | 8847ae569b273e82eb858b81bf897586215eea84 | |
parent | cf77ef87facada4f5d738b3f44f04b32958a1804 (diff) | |
download | anaconda-b8c85a7174a752b485182fa82e3996ac249fcc4c.tar.gz anaconda-b8c85a7174a752b485182fa82e3996ac249fcc4c.tar.xz anaconda-b8c85a7174a752b485182fa82e3996ac249fcc4c.zip |
-5
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 4a79594ce..00f3e4b76 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -2,7 +2,7 @@ # define destination locations # VERSION = 8.0.92 -RELEASE = 4 +RELEASE = 5 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |