aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-24 16:20:52 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-24 16:20:52 +0200
commitbcb163d8f81ad7d627ec5a53943daae6eac7c4e2 (patch)
tree9109ceacf7040c1fc9598131f2091541409d3737 /Makefile
parenta12af2d9f384c7c80dbe419dceab666d53f4642d (diff)
downloadbusybox-bcb163d8f81ad7d627ec5a53943daae6eac7c4e2.tar.gz
use .git as EXTRAVERSION
... and not .svn Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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*