diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-08 15:21:05 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-08 15:21:05 +0100 |
commit | f994871d8dd8c599de5ecb3c92a7b33a90bea400 (patch) | |
tree | 01043c84c797f552a10d22ea02d1ca161997e812 | |
parent | 8ccc88d005e54bfb8ef247e841f820a4d742ccd0 (diff) | |
download | xine-lib-f994871d8dd8c599de5ecb3c92a7b33a90bea400.tar.gz xine-lib-f994871d8dd8c599de5ecb3c92a7b33a90bea400.tar.bz2 |
Bump version to 1.1.12; bump interface age due to the new video-out plugin.
--HG--
extra : transplant_source : %ED%E5%16J%82%ECe%85%7F%FA%95%1Dv%8D%88%EE%AC%FE%40%9E
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 9acb49427..fc569a7d4 100644 --- a/configure.ac +++ b/configure.ac @@ -16,9 +16,9 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=11 +XINE_SUB=12 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 @@ -53,9 +53,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=21 +XINE_LT_CURRENT=22 XINE_LT_REVISION=0 -XINE_LT_AGE=20 +XINE_LT_AGE=21 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then |