diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doc/internal/HOWTO.release | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/doc/internal/HOWTO.release b/doc/internal/HOWTO.release index 3827b2dba..977ac208d 100644 --- a/doc/internal/HOWTO.release +++ b/doc/internal/HOWTO.release @@ -93,7 +93,7 @@ Currently, best practice to get a release out looks like this: The tests have now all passed. you've got the release tarball in your hands. -7) Tag the release: cvs tag -r xine-1_2_3-release +7) Tag the release: cvs tag -R xine-1_2_3-release (this would be the tag for xine-lib-1.2.3, for example) 8) upload the tarball to ftp:/upload.sf.net/incoming |