diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-13 20:58:42 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-13 20:58:42 +0000 |
commit | a74a5dc131092bee6ccebf1e4dff1ccae4e2f385 (patch) | |
tree | e14797fc1f24cf20c973718935c6bd885da721f9 | |
parent | 1667847d23b4249ac18fef5c1376b4c7454ddef7 (diff) | |
download | anaconda-a74a5dc131092bee6ccebf1e4dff1ccae4e2f385.tar.gz anaconda-a74a5dc131092bee6ccebf1e4dff1ccae4e2f385.tar.xz anaconda-a74a5dc131092bee6ccebf1e4dff1ccae4e2f385.zip |
any more changes for this beta should be a patch in the src.rpm
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc index 04e400f79..ee892dd17 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 8.0.94 -RELEASE = 5 +VERSION = 8.0.95 +RELEASE = 0 TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") SNAPRELEASE := $(RELEASE)$(TIMESTAMP) |