Increment the "current" version info for sync, xinput and xkb
authorUli Schlachter <psychon@znc.in>
Mon, 18 Nov 2013 19:28:08 +0000 (20:28 +0100)
committerJulien Cristau <jcristau@debian.org>
Sat, 14 Dec 2013 04:46:29 +0000 (05:46 +0100)
commitb30b11ac49d934541312b03c41d1ab83047a59f4
tree4fe5301332432142a977fd60c4a0f23bad910ba4
parentce5395eb4611341ba7c243ed524d023a616f73bb
Increment the "current" version info for sync, xinput and xkb

Sync: Due to commit e6a246e50e62cbcba3 "sync: Change value list param of
CreateAlarm and ChangeAlarm into switch", various symbols disappeared,
for example xcb_sync_{change,create}_alarm_sizeof.

xinput: This extension was updated from version 1.4 to 2.3. This means
that lots of new things are generated. However, this change is
backwards-compatible and thus age gets set to 1.

xkb: In commit 37d0f55392d6 "xkb: Work around alignment problems in
GetNames and GetMap replies", some padding fields were introduced into
structures for which an _unpack() function is generated. This changed
the size of the struct and caused offsets into this struct to change.

https://bugs.freedesktop.org/show_bug.cgi?id=71507

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Cristau <jcristau@debian.org>
src/Makefile.am