mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 12:20:19 +01:00
XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0
Is fink really _still_ relying on this X11R7.x version string?
(cherry picked from commit 3d7cf468df)
This commit is contained in:
parent
02d7f94676
commit
dfcfd04a73
2 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.4.0</string>
|
||||
<string>2.5.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.4.0</string>
|
||||
<string>2.5.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>x11a</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
|
|
|
|||
|
|
@ -205,7 +205,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.4\n");
|
||||
fprintf(stderr, "X.org Release 7.5\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