diff --git a/src/rex-edid.c b/src/rex-edid.c index 87ae015..3cec31f 100644 --- a/src/rex-edid.c +++ b/src/rex-edid.c @@ -1,6 +1,6 @@ /* rex-edid extracts the EDID data and corresponding display name from the X server - Copyright (C) 2018 rexy712 + Copyright (C) 2018-2019 rexy712 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ #include #define REX_EDID_VERSION_MAJ 0u -#define REX_EDID_VERSION_MIN 2u +#define REX_EDID_VERSION_MIN 3u #define RANDR_MIN_VER_MAJ 1u #define RANDR_MIN_VER_MIN 3u