Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-11-11 02:09:06 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-11-11 02:43:25 +0300
commita59ce152bba2b082d9f7ae14e1cce95677e3d0e2 (patch)
tree56f30eaaa55512d75475754e3adba76897821063 /scripts/release.pl
parentf76585104acec9995b25e854b1e5179b56b7dae2 (diff)
Don't distribute older celt versions in tarball either
Diffstat (limited to 'scripts/release.pl')
-rw-r--r--scripts/release.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index 364046191..32cd51a54 100644
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -130,7 +130,7 @@ foreach my $resfile (@resources) {
}
my @fulldirs = ('speex','speex/include/speex','speex/libspeex','man');
-foreach my $cver ('0.6.1','0.6.2','0.7.0') {
+foreach my $cver ('0.7.0') {
push @fulldirs, "celt-$cver-src";
push @fulldirs, "celt-$cver-src/libcelt";
}