diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 07:59:16 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 07:59:16 +0000 |
commit | 8603538c6ab5488e70179bdfcf46196b7defe253 (patch) | |
tree | 36a8aa20e639c551d62d89aaf52fa6fe71ba3596 /src | |
parent | da5d2fbc2d5ed6ebe09d69816e5d9ac9972a04b2 (diff) |
Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 718fceb..bd28c76 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,7 +39,8 @@ libXi_la_SOURCES = \ XUngrDev.c \ XUngrDvB.c \ XUngrDvK.c \ - XExtInt.c + XExtInt.c \ + XIint.h libXi_la_LIBADD = $(XI_LIBS) @@ -52,7 +53,7 @@ AM_CFLAGS = $(XI_CFLAGS) # instructions on when and how to change this value # # bump when the ABI changes -XI_CURRENT=1 +XI_CURRENT=6 # bump for non-ABI changes, reset to zero when CURRENT changes XI_REVISION=0 # bump when the ABI changes in backward-compatible fashion |