diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-09-08 20:20:04 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-09-08 20:20:04 -0400 |
commit | 56629e7b7d12e07845062288b4e4be2f7250d70b (patch) | |
tree | d9f1bf7cc18c60bf92b2cb8327382340ee36535a | |
parent | 907a41c316ca5a4f464f5dae632fd9a9586c4f0f (diff) | |
download | seabios-56629e7b7d12e07845062288b4e4be2f7250d70b.tar.gz |
Note version 0.4.2.rel-0.4.2
-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.4.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.4.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |