1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2024-11-16 14:11:00 +02:00
wdisplays/src/config.h.in

11 lines
207 B
C
Raw Normal View History

2019-12-10 00:32:55 +02:00
/* SPDX-License-Identifier: MIT */
/* Copyright (C) 2019 cyclopsian */
#ifndef WDISPLAY_CONFIG_H
#define WDISPLAY_CONFIG_H
#define WDISPLAYS_APP_ID "@app_id@"
#define WDISPLAYS_VERSION "@version@"
#endif