diff options
Diffstat (limited to 'include/GpgFrontend.h')
-rw-r--r-- | include/GpgFrontend.h | 43 |
1 files changed, 16 insertions, 27 deletions
diff --git a/include/GpgFrontend.h b/include/GpgFrontend.h index 0568668b..3907449c 100644 --- a/include/GpgFrontend.h +++ b/include/GpgFrontend.h @@ -1,29 +1,5 @@ -/** - * This file is part of GPGFrontend. - * - * GPGFrontend is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Foobar is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see <https://www.gnu.org/licenses/>. - * - * The initial version of the source code is inherited from gpg4usb-team. - * Their source code version also complies with GNU General Public License. - * - * The source code version of this software was modified and released - * by Saturneric<[email protected]> starting on May 12, 2021. - * - */ - -#ifndef GPG4USB_GPG4USB_H -#define GPG4USB_GPG4USB_H +#ifndef GPGFRONTEND_H_IN +#define GPGFRONTEND_H_IN #include <iostream> #include <string> @@ -39,4 +15,17 @@ #include <gpgme.h> -#endif //GPG4USB_GPG4USB_H +#define PROJECT_NAME "GPGFrontend" +#define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Debug" +#define GIT_VERSION "GPGFrontend__" + +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 +#define VERSION_PATCH 0 + +#define BUILD_TIMESTAMP "2021-06-18 01:49:12" + +#define GIT_BRANCH_NAME "" +#define GIT_COMMIT_HASH "" + +#endif //GPGFRONTEND_H_IN |