projects
/
target-factory.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979ad63
)
[PATCH] Use PROJECT_VERSION instead of PROJECT_GIT_COMMIT_ID
author
Nobuhiro Iwamatsu
<iwamatsu@debian.org>
Thu, 8 Sep 2022 01:07:32 +0000
(10:07 +0900)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 3 Dec 2022 20:54:31 +0000
(20:54 +0000)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Gbp-Pq: Name 0001-Use-PROJECT_VERSION-instead-of-PROJECT_GIT_COMMIT_ID.patch
src/target_factory.cpp
patch
|
blob
|
history
diff --git
a/src/target_factory.cpp
b/src/target_factory.cpp
index eca9bfad2008ef445d0ca2fc11899ce2a36ce087..62ea4087185b56e0354dd693a2b063310e89fb39 100644
(file)
--- a/
src/target_factory.cpp
+++ b/
src/target_factory.cpp
@@
-234,7
+234,7
@@
const std::string TargetFactory::get_lib_name() {
}
const std::string TargetFactory::get_lib_id() {
- const auto ret = std::string{PROJECT_
GIT_COMMIT_ID
};
+ const auto ret = std::string{PROJECT_
VERSION
};
return ret;
}