diff options
author | Ted Gould <ted@gould.cx> | 2012-01-23 22:42:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-23 22:42:02 -0600 |
commit | 6f3976c52c5d551a6d33a54349441ac83d8b830c (patch) | |
tree | c1e27a46d8976ac92d89f84d3557ab4c96917105 | |
parent | 23e99955bb62b93be875f8bf1d40852320d17f0e (diff) | |
download | libayatana-indicator-6f3976c52c5d551a6d33a54349441ac83d8b830c.tar.gz libayatana-indicator-6f3976c52c5d551a6d33a54349441ac83d8b830c.tar.bz2 libayatana-indicator-6f3976c52c5d551a6d33a54349441ac83d8b830c.zip |
Bumping the ABI version
-rw-r--r-- | libindicator/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index b574519..ef6c6c7 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -13,7 +13,7 @@ EXTRA_DIST = \ indicator3-0.$(INDICATOR_API_VERSION).pc.in.in \ indicator-0.$(INDICATOR_API_VERSION).pc.in.in -INDICATOR_ABI_VERSION = 6 +INDICATOR_ABI_VERSION = 7 INDICATOR_API_VERSION = 4 %.pc: %.pc.in |