diff options
author | sr55 <[email protected]> | 2012-07-15 14:50:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-07-15 14:50:51 +0000 |
commit | 5462a40e7177374a95529672407d32b8790545ab (patch) | |
tree | 61ab957d0e32f3206406f5a97a74afd69d05d712 | |
parent | f13b08e69618ca53c3dec9d39bd73f52cccfcf25 (diff) |
Bump version number for bugfix
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4834 b64f7644-9d1e-0410-96f1-a4d463321fa5
-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 ed78d026d..88ba200ba 100644 --- a/make/configure.py +++ b/make/configure.py @@ -764,7 +764,7 @@ class Project( Action ): self.vmajor = 0 self.vminor = 9 - self.vpoint = 6 + self.vpoint = 7 def _action( self ): ## add architecture to URL only for Mac |