version bump

This commit is contained in:
rexy712 2019-01-15 11:15:03 -08:00
parent e06b405b20
commit 2818a6910b

View File

@ -1,6 +1,6 @@
/* /*
rex-edid extracts the EDID data and corresponding display name from the X server 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 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 it under the terms of the GNU General Public License as published by
@ -25,7 +25,7 @@
#include <unistd.h> #include <unistd.h>
#define REX_EDID_VERSION_MAJ 0u #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_MAJ 1u
#define RANDR_MIN_VER_MIN 3u #define RANDR_MIN_VER_MIN 3u