diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-01-26 05:18:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-01-26 05:18:09 +0000 |
commit | 5d0c752730ad100e82ea84c6b6f9e9f49dbb0f39 (patch) | |
tree | 0198b59ae6243fbd14d10ad1c0a8aa884aab1fb5 /Makefile.inc | |
parent | af20227648aef2ae4e4dfef2f9c409a284941c57 (diff) | |
download | anaconda-5d0c752730ad100e82ea84c6b6f9e9f49dbb0f39.tar.gz anaconda-5d0c752730ad100e82ea84c6b6f9e9f49dbb0f39.tar.xz anaconda-5d0c752730ad100e82ea84c6b6f9e9f49dbb0f39.zip |
makes sense to go ahead and bump this... 2.6 is a reasonable enough
reason for the version to go to 10
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc index f28169de8..597021b40 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 9.3 -RELEASE = 0 +VERSION = 9.90 +RELEASE = 1 TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") SNAPRELEASE := $(RELEASE)$(TIMESTAMP) |