diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-01-01 17:54:41 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-01-01 17:54:41 +0000 |
commit | f0fed5bcc050d947a1d41f742acf111f3f1c0b2b (patch) | |
tree | c5dcda9de403656d5f7b7a31fd1659a31312d4bf | |
parent | d175501009278a2b56efec52d0a98160d419ad86 (diff) | |
download | xine-lib-f0fed5bcc050d947a1d41f742acf111f3f1c0b2b.tar.gz xine-lib-f0fed5bcc050d947a1d41f742acf111f3f1c0b2b.tar.bz2 |
Update version no.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5501ef72a..f4f9b6563 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=20 +XINE_SUB=21 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 |