diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-09-13 12:58:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-09-13 12:58:44 -0400 |
commit | 0ff9051f756ba739bc2edca77925191c3c6cbc2f (patch) | |
tree | a3cb86265ce1e688a4d7f5dbf3fa6b5eee8bf76b | |
parent | 9c000e695786a3ffcb1a80fc4c30e89e65a81dfa (diff) | |
download | seabios-0ff9051f756ba739bc2edca77925191c3c6cbc2f.tar.gz |
Update version to 0.6.1rel-0.6.1
-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.6.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |