-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5752e6e
commit c70b85f
Showing
7 changed files
with
1,915 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
#define BIGREQS 1 | ||
|
||
/* Builder address */ | ||
#define BUILDERADDR "[email protected]" | ||
#define BUILDERADDR "https://github.com/marchaesen" | ||
|
||
/* Operating System Name */ | ||
#define OSNAME "Win32" | ||
|
@@ -376,7 +376,7 @@ | |
#undef XORG_RELEASE | ||
|
||
/* Current Xorg version */ | ||
#define XORG_VERSION_CURRENT (((21) * 10000000) + ((1) * 100000) + ((10) * 1000) + 0) | ||
#define XORG_VERSION_CURRENT (((21) * 10000000) + ((1) * 100000) + ((13) * 1000) + 0) | ||
|
||
/* Xorg release date */ | ||
#define XORG_DATE "7 April 2020" | ||
|
Oops, something went wrong.