diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-01-10 00:38:24 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-01-10 00:38:24 -0500 |
commit | 6fc91b2ca2bb68498135260c3c6065610ca892e6 (patch) | |
tree | 5292334d1baf191fd7fac05ff140b9aa1d873a15 | |
parent | 5da68339ecf44677b8f4f115cdf3cb1da46a9f6c (diff) | |
download | seabios-6fc91b2ca2bb68498135260c3c6065610ca892e6.tar.gz |
Prep version for next release.
-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.5.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=pre-0.5.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |