mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-05 12:40:56 -05:00
21d1e981ca
* Remove Git revision finding code in favor of a simple command call: git rev-parse --short=7 HEAD * Added GIT_HEAD_OVERRIDE to explicitly define the hash for the current commit in case git is not available * Made WIX default over NSIS in release tool * Rename version.h to git-info.h
9 lines
181 B
CMake
9 lines
181 B
CMake
/* git-info.h. Generated by cmake from git-info.h.cmake */
|
|
|
|
#ifndef KEEPASSXC_GIT_INFO_H
|
|
#define KEEPASSXC_GIT_INFO_H
|
|
|
|
#define GIT_HEAD "@GIT_HEAD@"
|
|
|
|
#endif // KEEPASSXC_GIT_INFO_H
|