diff options
author | Simon Horman <horms@verge.net.au> | 2007-04-13 10:11:22 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-04-13 10:22:00 +0900 |
commit | 1223d194299dbd43d583e094e71ebf5e79856e9e (patch) | |
tree | 40ff1f00454f39306f0c96a9d422df2525b2a4d7 | |
parent | 1f0a51945382941b665b17edffe9a535105563e5 (diff) |
kexec-tools: Add -git to version so it doesn't look like a release
Add -git to version so it doesn't look like a release.
This is just so when people built stuff from git it can
be identified as such from the version string.
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Hey Emacs this is a -*- makefile-*- include Makefile.conf -VERSION=20070330 +VERSION=20070330-git DATE=30th March 2007 PACKAGE=kexec-tools-testing |