summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2020-04-14 11:19:17 -0400
committerAdam Jackson <ajax@redhat.com>2020-04-14 11:19:29 -0400
commit7c22419acc2b9f6432181fd57e0634cd4c9e495b (patch)
treece67fafa01a2cf542363b9919ae8802c10b782ef /meson.build
parent032a3a16cd6c283fc596c6410c59665cfa1c6cab (diff)
Revert "xorgproto 2020.1"
Fails distcheck. This reverts commit 032a3a16cd6c283fc596c6410c59665cfa1c6cab.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6254dce..eadc2fd 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-project('xorgproto', 'c', license : 'MIT', version : '2020.1')
+project('xorgproto', 'c', license : 'MIT', version : '2019.2')
pkg = import('pkgconfig')
cc = meson.get_compiler('c')
sed = find_program('sed')