diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-03-28 13:53:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-03-28 13:53:40 -0400 |
commit | ba285410780c79f39c81dd6f81c521045ba1afa4 (patch) | |
tree | 171eb15f5a5a3ec69f2cd4799b9089e403b7e172 | |
parent | 12bffd5faaf366d559e56319242c018e7c96a1ea (diff) | |
download | seabios-ba285410780c79f39c81dd6f81c521045ba1afa4.tar.gz |
Prep version for next release.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # This file may be distributed under the terms of the GNU LGPLv3 license. # Program version -VERSION=0.6.0-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=pre-0.6.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |