diff options
author | Mike Fulbright <msf@redhat.com> | 2003-01-15 02:53:28 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-01-15 02:53:28 +0000 |
commit | 7b97b7223e567851ea0d632558d0037744d5445b (patch) | |
tree | 91d88358006cdbf6b7713973179e7c09b1757ef9 | |
parent | f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2 (diff) | |
download | anaconda-7b97b7223e567851ea0d632558d0037744d5445b.tar.gz anaconda-7b97b7223e567851ea0d632558d0037744d5445b.tar.xz anaconda-7b97b7223e567851ea0d632558d0037744d5445b.zip |
bump version
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 22f197ec7..d1a80f278 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -2,7 +2,7 @@ # define destination locations # VERSION = 8.0.93 -RELEASE = 4 +RELEASE = 5 TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") SNAPRELEASE := $(RELEASE)$(TIMESTAMP) |