diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-09-08 20:29:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-09-08 20:29:57 -0400 |
commit | 141436b5b253039436d46f0cf883fabd2822367e (patch) | |
tree | 6269851d62b7f38c5758e9481d9eab4018ef1c23 /Makefile | |
parent | 56629e7b7d12e07845062288b4e4be2f7250d70b (diff) | |
download | seabios-141436b5b253039436d46f0cf883fabd2822367e.tar.gz |
Prep version id for next release.
Diffstat (limited to 'Makefile')
-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.4.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=pre-0.4.3-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ |