diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-12-18 22:21:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-12-18 22:21:26 -0500 |
commit | 494302fe196f7016d56814f0adc83ba1d54c0518 (patch) | |
tree | a4f1fa6295a2bf2275b91b312cac4ba5aadf1096 | |
parent | c4c9fae1ba486a5be754d0a41ef1be9d2aef77c9 (diff) | |
download | seabios-rel-0.5.0.tar.gz |
Update version to 0.5.0.rel-0.5.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.4.3-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.5.0-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |