[git commit master] use .git as EXTRAVERSION

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Aug 24 14:20:52 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=bcb163d8f81ad7d627ec5a53943daae6eac7c4e2
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

  ... and not .svn

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile |    2 +-
 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*
-- 
1.6.3.3



More information about the busybox-cvs mailing list