Files
ptouch_label/include/libptouch_version.h.in
2026-04-12 08:52:54 +09:00

18 lines
478 B
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* libptouch_version.h — generated from this template by CMake
*
* Author: knb
* Email: knb@artif.org
*/
#ifndef LIBPTOUCH_VERSION_H
#define LIBPTOUCH_VERSION_H
/** リリースバージョンCMake project(VERSION …) と同期) */
#define LIBPTOUCH_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
#define LIBPTOUCH_VERSION_MINOR @PROJECT_VERSION_MINOR@
#define LIBPTOUCH_VERSION_PATCH @PROJECT_VERSION_PATCH@
#define LIBPTOUCH_VERSION_STRING "@PROJECT_VERSION@"
#endif