diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 18:55:40 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 18:55:40 +0200 |
commit | 87b02ca94766b01bc71c6d55882fe9a6376cdf62 (patch) | |
tree | dae5eef2333d6ddfde0013db7d9366e484a30af5 | |
parent | 93f30620fd9f16d86e2e8423787af495d5759964 (diff) | |
download | xine-lib-87b02ca94766b01bc71c6d55882fe9a6376cdf62.tar.gz xine-lib-87b02ca94766b01bc71c6d55882fe9a6376cdf62.tar.bz2 |
Bump LT_CURRENT value to increase the soname to libxine.so.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 316635480..f16837650 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ dnl are platform dependent dnl * in Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=18 +XINE_LT_CURRENT=19 XINE_LT_REVISION=0 XINE_LT_AGE=17 |