diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-10-31 18:38:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-10-31 18:38:51 -0400 |
commit | dd9c0d32b6fc47ad13ce4a34e400e49c6b22ba7d (patch) | |
tree | 1b2848f92f3c25103919e07856a6f75538641dd7 | |
parent | 50ecfa88d6a27abb873174903c9e09f989f46f1a (diff) | |
download | seabios-dd9c0d32b6fc47ad13ce4a34e400e49c6b22ba7d.tar.gz |
Update version to 0.6.1.1.rel-0.6.1.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=0.6.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.1.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |