From c87f78372ebdb4f1ef7a37fd5628e5e1dfd571d0 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 14 Nov 2007 13:39:09 -0800 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed30899..0a56615 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit