diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-20 06:20:35 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-20 06:20:35 +0000 |
commit | 445f36acfd30cd71b89e8ed7385b74cb9da0f2dc (patch) | |
tree | f83139340a2a9c4395671492ab72c5c2b0d513d4 | |
parent | c8545b64e78b0b7c7f9c3effc0ca795684f3a6eb (diff) | |
download | anaconda-445f36acfd30cd71b89e8ed7385b74cb9da0f2dc.tar.gz anaconda-445f36acfd30cd71b89e8ed7385b74cb9da0f2dc.tar.xz anaconda-445f36acfd30cd71b89e8ed7385b74cb9da0f2dc.zip |
bump HEAD version
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc index 52aef122f..c231bb2bf 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 9.0.90 -RELEASE = 3 +VERSION = 9.0.91 +RELEASE = 0 TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") SNAPRELEASE := $(RELEASE)$(TIMESTAMP) |