summaryrefslogtreecommitdiffstats
path: root/rules/project-name.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-07-03 00:04:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-07-03 07:47:20 +0200
commitb8fec7e2f0b22a5c853eccc382669b9fb997153c (patch)
tree99e29a4aae554f9dea8bc1fe6b91ba019647e8dc /rules/project-name.in
parent2650848a6f550190ac9446e735b81d3fccc9b156 (diff)
downloadptxdist-b8fec7e2f0b22a5c853eccc382669b9fb997153c.tar.gz
ptxdist-b8fec7e2f0b22a5c853eccc382669b9fb997153c.tar.xz
project-name: the versions should start with a '-'
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/project-name.in')
-rw-r--r--rules/project-name.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/project-name.in b/rules/project-name.in
index 3bc1cecf4..2ef7aa4af 100644
--- a/rules/project-name.in
+++ b/rules/project-name.in
@@ -28,7 +28,7 @@ config PROJECT
config PROJECT_VERSION
string
prompt "Project Version"
- default "${PTXDIST_BSP_AUTOVERSION}"
+ default "-${PTXDIST_BSP_AUTOVERSION}"
help
The Version of your Project.
The string is supposed to start with an "-".