diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-15 22:38:37 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-15 22:38:37 +0000 |
commit | 829ea40e61ad297815c16de1ffb022a8e4b86c97 (patch) | |
tree | b510aaa7c4de16aa4ff54d61d4198ae9f6aa59b4 | |
parent | f412c91e437419f0f8e70f60411ec06d5557c737 (diff) | |
download | xine-lib-829ea40e61ad297815c16de1ffb022a8e4b86c97.tar.gz xine-lib-829ea40e61ad297815c16de1ffb022a8e4b86c97.tar.bz2 |
Bump the API age and update the version number.
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 41bed9e70..bb5ccf176 100644 --- a/configure.ac +++ b/configure.ac @@ -17,9 +17,9 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=16 +XINE_SUB=17 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH=.1 +XINE_PATCH= dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 @@ -54,9 +54,9 @@ 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=26 +XINE_LT_CURRENT=27 XINE_LT_REVISION=0 -XINE_LT_AGE=25 +XINE_LT_AGE=26 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then |