mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Print version number on startup
This commit is contained in:
parent
6461894cbe
commit
aa8f6b4208
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ get_config_file() {
|
|||
|
||||
int
|
||||
main(int argc, char *argv[]) {
|
||||
printf("This is cagebreak, version %s\n",CG_VERSION);
|
||||
struct cg_server server = {0};
|
||||
struct wl_event_loop *event_loop = NULL;
|
||||
struct wl_event_source *sigint_source = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue