diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-11-13 09:58:30 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-11-13 09:58:30 -0500 |
commit | 33abfc0ac58dc2f46def756ad5fe78c49d65a6b5 (patch) | |
tree | 4dac64e4dd52083276efe86d05bb4bf2361e65fd | |
parent | 484dd5622be3190475c373fcbd3bf77b64157f23 (diff) | |
download | seabios-33abfc0ac58dc2f46def756ad5fe78c49d65a6b5.tar.gz |
Update version to 0.6.1.2.rel-0.6.1.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=0.6.1.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.1.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |