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 @@ -610,9 +610,9 @@ AC_CONFIG_FILES([
610610
611611# Pass version number into avrdude.conf
612612AS_VAR_IF ( [ GIT_COMMIT_HASH] , [ ] , [ dnl
613- AVRDUDE_FULL_VERSION="$PACKAGE_VERSION"
613+ AVRDUDE_FULL_VERSION="$PACKAGE_VERSION am "
614614] , [ dnl
615- AVRDUDE_FULL_VERSION="$PACKAGE_VERSION ($GIT_COMMIT_HASH)"
615+ AVRDUDE_FULL_VERSION="$PACKAGE_VERSION ($GIT_COMMIT_HASH) am "
616616] )
617617AC_DEFINE_UNQUOTED ( [ AVRDUDE_FULL_VERSION] , [ "$AVRDUDE_FULL_VERSION"] ,
618618 [ The full avrdude version as displayed in -? and avrdude.conf] )
You can’t perform that action at this time.
0 commit comments