summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platforms/platform.in2
-rw-r--r--rules/project-name.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/platforms/platform.in b/platforms/platform.in
index 41da6707c..afae05732 100644
--- a/platforms/platform.in
+++ b/platforms/platform.in
@@ -21,7 +21,7 @@ config PLATFORM
config PLATFORM_VERSION
prompt "platform version"
string
- default "${PTXDIST_BSP_AUTOVERSION}"
+ default "-${PTXDIST_BSP_AUTOVERSION}"
help
This is the revision of the platform.
The string is supposed to start with an "-".
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 "-".