diff options
author | dynaflash <[email protected]> | 2012-02-28 04:30:23 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-02-28 04:30:23 +0000 |
commit | 825a1d73b068e32bc26937cda9f4474f2842292c (patch) | |
tree | e864824b1b9c56233439c151cfe4055ad665e29f /make/configure.py | |
parent | 632bee1e738983b3d7d9881eca68d687c150872e (diff) |
MacGui: checkin make/configure.py to increment to 0.9.60.9.6
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4471 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/configure.py')
-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 3e6fb81b5..ed78d026d 100644 --- a/make/configure.py +++ b/make/configure.py @@ -764,7 +764,7 @@ class Project( Action ): self.vmajor = 0 self.vminor = 9 - self.vpoint = 5 + self.vpoint = 6 def _action( self ): ## add architecture to URL only for Mac |