diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 21:50:39 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 21:50:39 +0200 |
commit | 415ea8803f0f5637caa995c167cf016f6d9ccf4c (patch) | |
tree | d2858154de23268fb5ff46c41ebdcaf035f32856 /configure.ac | |
parent | 6bd6b9dccac4b32c5a434ba99219945cbfa75fd7 (diff) | |
download | xine-lib-415ea8803f0f5637caa995c167cf016f6d9ccf4c.tar.gz xine-lib-415ea8803f0f5637caa995c167cf016f6d9ccf4c.tar.bz2 |
Update version information.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 68e307990..13667417b 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=7 +XINE_SUB=8 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; @@ -50,7 +50,7 @@ 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_REVISION=1 +XINE_LT_REVISION=2 XINE_LT_AGE=17 dnl for a release tarball do "rm .cvsversion" before "make dist" |