File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ include(FindPackageMessage)
4949include (GNUInstallDirs)
5050
5151set (CONFIG_DIR "${CMAKE_INSTALL_FULL_SYSCONFDIR} " )
52- set (AVRDUDE_FULL_VERSION ${CMAKE_PROJECT_VERSION} )
52+ set (AVRDUDE_FULL_VERSION " ${CMAKE_PROJECT_VERSION} cm" )
5353
5454# =====================================
5555# Get Git commit info
@@ -91,7 +91,7 @@ if(Git_FOUND)
9191
9292 # If the commit is not tagged, include the date and commit hash in the full version string.
9393 if (NOT GIT_COMMIT_HASH STREQUAL GIT_TAG_HASH)
94- set (AVRDUDE_FULL_VERSION "${CMAKE_PROJECT_VERSION} -${GIT_COMMIT_DATE} (${GIT_COMMIT_HASH} )" )
94+ set (AVRDUDE_FULL_VERSION "${CMAKE_PROJECT_VERSION} -${GIT_COMMIT_DATE} (${GIT_COMMIT_HASH} ) cm " )
9595 endif ()
9696endif ()
9797
Original file line number Diff line number Diff line change @@ -615,9 +615,9 @@ AC_CONFIG_FILES([
615615
616616# Pass version number into avrdude.conf
617617AS_VAR_IF ( [ GIT_COMMIT_HASH] , [ ] , [ dnl
618- AVRDUDE_FULL_VERSION="$PACKAGE_VERSION"
618+ AVRDUDE_FULL_VERSION="$PACKAGE_VERSION am "
619619] , [ dnl
620- AVRDUDE_FULL_VERSION="$PACKAGE_VERSION ($GIT_COMMIT_HASH)"
620+ AVRDUDE_FULL_VERSION="$PACKAGE_VERSION ($GIT_COMMIT_HASH) am "
621621] )
622622AC_DEFINE_UNQUOTED ( [ AVRDUDE_FULL_VERSION] , [ "$AVRDUDE_FULL_VERSION"] ,
623623 [ The full avrdude version as displayed in -? and avrdude.conf] )
You can’t perform that action at this time.
0 commit comments