diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 11:37:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 11:37:31 +0000 |
commit | f5b8cd4ac1a40143677739a231b2734ef2c66971 (patch) | |
tree | a4076fc67cd54bb53bc88ef8cced71f2739c1ad4 /Config.in | |
parent | ba2f9cb17afd4bb5a8dc038e1495f1737fcd1536 (diff) |
- add a version and display it in the configuration
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ config BR2_HAVE_DOT_CONFIG bool default y +config BR2_VERSION + string + default "0.10.0-svn" + source "target/arch.in" menu "Build options" |