diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-26 00:34:35 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-26 00:34:35 +0000 |
commit | 12159804ff3260213d9a0e99a6131ff71739057d (patch) | |
tree | 6d9e007fbb47c909856ea8c2e91cda417ee90a13 | |
parent | 480e8f0e6befc8630d01b8b7953b5437dc01b579 (diff) | |
download | anaconda-12159804ff3260213d9a0e99a6131ff71739057d.tar.gz anaconda-12159804ff3260213d9a0e99a6131ff71739057d.tar.xz anaconda-12159804ff3260213d9a0e99a6131ff71739057d.zip |
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 0f79696ba..7cccd20fe 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -2,7 +2,7 @@ # define destination locations # VERSION = 7.3.93 -RELEASE = 4 +RELEASE = 5 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |