summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-07-18 14:45:27 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-07-18 14:45:27 +0000
commitf0e010319c8bf00b34a2eb00560778595f90dcd2 (patch)
treec52aeb3c3c9d8075e3828246ba30fdca76713e3f
parentec6a3841452c503ec634c6486a3e1d0f7aefed5e (diff)
downloadxine-lib-f0e010319c8bf00b34a2eb00560778595f90dcd2.tar.gz
xine-lib-f0e010319c8bf00b34a2eb00560778595f90dcd2.tar.bz2
change version to 1.0.2
CVS patchset: 7663 CVS date: 2005/07/18 14:45:27
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ef4659db4..44b81b73e 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=0
-XINE_SUB=1
+XINE_SUB=2
if test $XINE_SUB -eq 0 ; then
XINE_SUBPART="";
@@ -49,9 +49,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=13
+XINE_LT_CURRENT=14
XINE_LT_REVISION=0
-XINE_LT_AGE=12
+XINE_LT_AGE=13
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then