From: Bernhard Reutner-Fischer Date: Mon, 24 Aug 2009 14:20:52 +0000 (+0200) Subject: use .git as EXTRAVERSION X-Git-Tag: 1_16_0~543 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bcb163d8f81ad7d627ec5a53943daae6eac7c4e2;p=oweals%2Fbusybox.git use .git as EXTRAVERSION ... and not .svn Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/Makefile b/Makefile index f6643caec..f81bcead0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 1 PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = .svn +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION*