diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-07-07 22:55:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-07-07 22:55:56 +0000 |
commit | 916a722874043dd0a1b4a1c2251af03346f5ff66 (patch) | |
tree | 5f1af16f5570a5801a77fdc619f84aba0f9dd350 /Makefile.inc | |
parent | 84396096efd3b882510a84a46ca937319f16db73 (diff) | |
download | anaconda-916a722874043dd0a1b4a1c2251af03346f5ff66.tar.gz anaconda-916a722874043dd0a1b4a1c2251af03346f5ff66.tar.xz anaconda-916a722874043dd0a1b4a1c2251af03346f5ff66.zip |
/* FIXME: this is a bad hack for libselinux keeping staticanaconda-10.0.1-2
* track of what paths to use and defaulting to the wrong
* paths */
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 1a2ccbea4..2433dc971 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -2,7 +2,7 @@ # define destination locations # VERSION = 10.0.1 -RELEASE = 1 +RELEASE = 2 TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") SNAPRELEASE := $(RELEASE)$(TIMESTAMP) |