summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-06-23 14:41:13 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-06-25 14:36:15 +0200
commita08205af705f83dca415168981eac66b302e4a84 (patch)
treef173acfdf759bf4eb9f8ec926e146482e3428b61
parentd2fce23c61f6756a992eba05bd334adc57aec36d (diff)
downloadptxdist-a08205af705f83dca415168981eac66b302e4a84.tar.gz
ptxdist-a08205af705f83dca415168981eac66b302e4a84.tar.xz
{PROJECT,PLATFORM}_VERSION: add note about "-" usage
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--platforms/Kconfig3
-rw-r--r--rules/project-name.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/platforms/Kconfig b/platforms/Kconfig
index e1ee5f8ff..0f4065330 100644
--- a/platforms/Kconfig
+++ b/platforms/Kconfig
@@ -27,9 +27,10 @@ config PLATFORM
config PLATFORM_VERSION
prompt "platform version"
string
- default "1.0"
+ default "-trunk"
help
This is the revision of the platform.
+ The string is supposed to start with an "-".
source "platforms/architecture.in"
source "platforms/kernel.in"
diff --git a/rules/project-name.in b/rules/project-name.in
index b509cc2a8..27960aac7 100644
--- a/rules/project-name.in
+++ b/rules/project-name.in
@@ -31,6 +31,7 @@ config PROJECT_VERSION
default "-trunk"
help
The Version of your Project.
+ The string is supposed to start with an "-".
comment "------------------------------------"