diff options
author | Simon Horman <horms@verge.net.au> | 2007-11-14 13:39:09 -0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-11-14 13:39:09 -0800 |
commit | c87f78372ebdb4f1ef7a37fd5628e5e1dfd571d0 (patch) | |
tree | b8118c4a951636ea88c8e422e6e0e305dcc09a24 | |
parent | b7f9f0d1563afeeca14b8ba0c5e34440c5274bbd (diff) |
20071030-git
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=20071030 +VERSION=20071030-git DATE=30th October 2007 PACKAGE=kexec-tools-testing |