summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/config.cmake.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample
index af5ad93..eea08d9 100644
--- a/cmake/config.cmake.sample
+++ b/cmake/config.cmake.sample
@@ -19,7 +19,7 @@
# Project Info
# ------------------
set(PROJECT_NAME example)
-set(VERSION "0.0")
+set(PROJECT_VERSION "0.0")
set(PROJECT_PRETTY_NAME "Example")
set(PROJECT_DESCRIPTION "AGL application example")
set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates")