diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-11-09 22:58:42 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-11-09 22:58:42 +0000 |
commit | b91288a28a292d5ab9c22c20474708d3e85308f0 (patch) | |
tree | da14667679a08505311d3943b81e2e6f939cea26 | |
parent | 421af0d7a156cba7c213987dd99f0a629050f90b (diff) | |
download | xine-lib-b91288a28a292d5ab9c22c20474708d3e85308f0.tar.gz xine-lib-b91288a28a292d5ab9c22c20474708d3e85308f0.tar.bz2 |
prepared alpha1 release (well, at least the version numbers)
Somebody should check if that breaks the .spec file...
CVS patchset: 3214
CVS date: 2002/11/09 22:58:42
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e6735757b..17023748c 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="alpha0" + XINE_PRE="alpha1" fi AC_SUBST(XINE_MAJOR) diff --git a/debian/changelog b/debian/changelog index 934dea336..1fec3fd9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xine-lib (1-alpha1-0) experimental; urgency=low + + * another upstream alpha. This is still not ready for prime time, but it will + build from source if you really want to give it a try... + + -- Siggi Langauf <siggi@flake.langauf.de> Sat, 9 Nov 2002 23:39:01 +0100 + xine-lib (1-alpha0-0) unstable; urgency=low * new upstream (alpha!) release |