mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 08:00:15 +01:00
XQuartz: Bump the reported version to X11R7.4
This commit is contained in:
parent
75e1047308
commit
c83f701aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ int main(int argc, char **argv, char **envp) {
|
|||
sig_t handler;
|
||||
|
||||
if(argc == 2 && !strcmp(argv[1], "-version")) {
|
||||
fprintf(stderr, "X.org Release 7.3\n");
|
||||
fprintf(stderr, "X.org Release 7.4\n");
|
||||
fprintf(stderr, "X.Org X Server %s\n", XSERVER_VERSION);
|
||||
fprintf(stderr, "Build Date: %s\n", BUILD_DATE);
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue