diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-03-26 21:32:15 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-03-26 21:32:15 -0400 |
commit | 12bffd5faaf366d559e56319242c018e7c96a1ea (patch) | |
tree | 7a6f198d0ab557b0c02a1f4116ace68040c3a0e4 | |
parent | 87ab2fb96e2d19b157fab0443854b4eafa7d67cf (diff) | |
download | seabios-12bffd5faaf366d559e56319242c018e7c96a1ea.tar.gz |
Update version to 0.6.0.rel-0.6.0
-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=pre-0.5.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.0-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |