mirror of
https://github.com/artizirk/wdisplays.git
synced 2024-11-16 14:11:00 +02:00
11 lines
207 B
C
11 lines
207 B
C
|
/* 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
|