diff options
author | Sjoerd Simons <sjoerd@debian.org> | 2008-04-13 19:05:53 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@debian.org> | 2008-04-13 19:05:53 +0000 |
commit | 91f092eadcc5e9075e04ae42df11de28ef5047a8 (patch) | |
tree | 1fa10b0346538b09c9e4a8595afdcab51380a6ba /bootstrap.sh | |
parent | 0e983e59931cfa62e4eb9bc10e48e732249c6de6 (diff) |
Let bootstrap.sh require version 1.10 of the various autofoo bits. Otherwise things will break during compilation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2263 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index f23acbfef..5431588b1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -17,7 +17,7 @@ # along with PulseAudio; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -VERSION=1.9 +VERSION=1.10 run_versioned() { local P |