diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2004-09-16 14:54:25 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2004-09-16 14:54:25 +0000 |
commit | 107d3a4a90ab7a645af5832f528ae78a84d2d7d9 (patch) | |
tree | 4eae7b425c4cd70cf147fa3a86360de7b447a93f /configure.ac | |
parent | a7f2840fab0afb6886eca39f3272959e3df38dea (diff) | |
download | xine-lib-107d3a4a90ab7a645af5832f528ae78a84d2d7d9.tar.gz xine-lib-107d3a4a90ab7a645af5832f528ae78a84d2d7d9.tar.bz2 |
Updated configure.ac version
Updated HOWTO to reflect incorrect cvs tag command. A -r is means to have a particular version in mind when tagging while -R means to recursively tag all files with a given tag name.
CVS patchset: 6975
CVS date: 2004/09/16 14:54:25
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6876cdca2..e5914b6d1 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,8 @@ dnl if (any interfaces have been _removed_ or _incompatibly changed_) dnl AGE = 0; dnl } -LT_CURRENT=9 -LT_REVISION=2 +LT_CURRENT=10 +LT_REVISION=0 LT_AGE=9 dnl for a release tarball do "rm .cvsversion" before "make dist" |