- add a version and display it in the configuration
diff --git a/Config.in b/Config.in
index 46a0e68..c348dc4 100644
--- a/Config.in
+++ b/Config.in
@@ -6,6 +6,10 @@
 	bool
 	default y
 
+config BR2_VERSION
+	string
+	default "0.10.0-svn"
+
 source "target/arch.in"
 
 menu "Build options"