diff options
author | Harald Hoyer <harald@redhat.com> | 2012-07-20 11:46:48 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-07-20 11:46:48 +0200 |
commit | ddf818dad5f10c0521c7e45a4d3c450231766322 (patch) | |
tree | bc38c24caa273c8d9651171cc3a4490aca72b079 /Makefile | |
parent | e65caf369619c596c9a3654511ae9f0a654b6869 (diff) | |
download | dracut-ddf818dad5f10c0521c7e45a4d3c450231766322.tar.gz dracut-ddf818dad5f10c0521c7e45a4d3c450231766322.tar.bz2 dracut-ddf818dad5f10c0521c7e45a4d3c450231766322.zip |
Version 021021
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION=020 +VERSION=021 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix ?= /usr |