summaryrefslogtreecommitdiff
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-24 14:20:52 (GMT)
committer Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-24 14:20:52 (GMT)
commitbcb163d8f81ad7d627ec5a53943daae6eac7c4e2 (patch)
tree9109ceacf7040c1fc9598131f2091541409d3737
parenta12af2d9f384c7c80dbe419dceab666d53f4642d (diff)
downloadbusybox-bcb163d8f81ad7d627ec5a53943daae6eac7c4e2.zip
busybox-bcb163d8f81ad7d627ec5a53943daae6eac7c4e2.tar.gz
busybox-bcb163d8f81ad7d627ec5a53943daae6eac7c4e2.tar.bz2
use .git as EXTRAVERSION
... and not .svn Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6643ca..f81bcea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 1
PATCHLEVEL = 16
SUBLEVEL = 0
-EXTRAVERSION = .svn
+EXTRAVERSION = .git
NAME = Unnamed
# *DOCUMENTATION*