diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-07-11 03:28:18 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-07-11 03:28:18 +0000 |
commit | a4838e09a3c3bd7b5d4df9b082190c47d7641d23 (patch) | |
tree | ccf33c53fd57e3a6a867840a8e8bf1fd66ae72cd | |
parent | db9d91215d676f9bb7199af91e9e5070ea36eb01 (diff) | |
download | xine-lib-a4838e09a3c3bd7b5d4df9b082190c47d7641d23.tar.gz xine-lib-a4838e09a3c3bd7b5d4df9b082190c47d7641d23.tar.bz2 |
Bump version to 1.1.3cvs.
CVS patchset: 8110
CVS date: 2006/07/11 03:28:18
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index abfc9bf27..734c17254 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=2 +XINE_SUB=3 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; |