diff options
author | sr55 <[email protected]> | 2013-04-28 16:05:09 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-04-28 16:05:09 +0000 |
commit | 9f61b0eadf211bcc1506f3abc030e9beb26495ab (patch) | |
tree | 8b225e13dc498ec9c19d70d29bee6812bb804197 /make | |
parent | b9e190f55cc85b6bd625c901189007d9b51bc1cb (diff) |
Bump VPoint to 9
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5419 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 835984f83..b3da14dd8 100644 --- a/make/configure.py +++ b/make/configure.py @@ -766,7 +766,7 @@ class Project( Action ): self.vmajor = 0 self.vminor = 9 - self.vpoint = 6 + self.vpoint = 9 def _action( self ): ## add architecture to URL only for Mac |