diff options
author | Ted Gould <ted@gould.cx> | 2011-02-16 15:40:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-16 15:40:14 -0600 |
commit | 518f847f4488fedbbd7636b709e151b7ab78cb4d (patch) | |
tree | e8213aa9a9e6ca3c3059b57c2327279ecf5badbd /libindicator/Makefile.am | |
parent | 01fe1bccaab200186bd403cca1f199af0e016ce1 (diff) | |
download | libayatana-indicator-518f847f4488fedbbd7636b709e151b7ab78cb4d.tar.gz libayatana-indicator-518f847f4488fedbbd7636b709e151b7ab78cb4d.tar.bz2 libayatana-indicator-518f847f4488fedbbd7636b709e151b7ab78cb4d.zip |
Bumping the major version of the lib and the indicator directory
Diffstat (limited to 'libindicator/Makefile.am')
-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 47a902a..d63f841 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -51,7 +51,7 @@ libindicator_la_LIBADD = \ $(LIBINDICATOR_LIBS) libindicator_la_LDFLAGS = \ - -version-info 2:0:0 \ + -version-info 3:0:0 \ -no-undefined \ -export-symbols-regex "^[^_].*" |