diff options
author | jstebbins <[email protected]> | 2009-11-25 16:15:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-11-25 16:15:50 +0000 |
commit | 93fdbeb8b9f00382e38777d3e3dea12c05f325f7 (patch) | |
tree | 957bd91bb2906d2c5d7efe0a07c06b7c9ebc9d23 /make | |
parent | 8d07f8422dd290eabdb0d9d46e3227e6c10c7b3e (diff) |
patch from konablend. bumps point rev to 5 and cleans up source tar creation
thanks kona!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2976 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/configure.py b/make/configure.py index a12d380c6..628a97a21 100644 --- a/make/configure.py +++ b/make/configure.py @@ -660,7 +660,7 @@ class Project( Action ): self.vmajor = 0 self.vminor = 9 - self.vpoint = 4 + self.vpoint = 5 def _action( self ): ## add architecture to URL only for Mac |