Add -DVERSION flag for release version numbers
This commit is contained in:
parent
595a19c390
commit
235e6b653d
6
main.c
6
main.c
@ -451,11 +451,7 @@ int main(int argc, char **argv) {
|
||||
socket_path = optarg;
|
||||
break;
|
||||
case 'v':
|
||||
#if defined SWAY_GIT_VERSION && defined SWAY_GIT_BRANCH && defined SWAY_VERSION_DATE
|
||||
fprintf(stdout, "swaylock version %s (%s, branch \"%s\")\n", SWAY_GIT_VERSION, SWAY_VERSION_DATE, SWAY_GIT_BRANCH);
|
||||
#else
|
||||
fprintf(stdout, "version not detected\n");
|
||||
#endif
|
||||
fprintf(stdout, "swaylock version " SWAY_VERSION "\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
case 'u':
|
||||
|
Loading…
Reference in New Issue
Block a user