diff options
author | Harald Hoyer <harald@redhat.com> | 2009-07-24 13:15:43 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-07-25 11:09:35 +0200 |
commit | 21007cb6ec2453a2f78d9de031fb53181ba71e41 (patch) | |
tree | 6b4004e77fd01b6909757fca617fb321232206b7 /Makefile | |
parent | 31f7db66a8e0f187367fa480146f1d3ab8927dbe (diff) | |
download | dracut-21007cb6ec2453a2f78d9de031fb53181ba71e41.tar.gz dracut-21007cb6ec2453a2f78d9de031fb53181ba71e41.tar.bz2 dracut-21007cb6ec2453a2f78d9de031fb53181ba71e41.zip |
version 0.70.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION=0.6 +VERSION=0.7 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix = /usr |