diff options
author | sr55 <[email protected]> | 2015-01-10 15:02:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-10 15:02:40 +0000 |
commit | d5a1e4cf2649ee83debb4c648af516d09af08ad8 (patch) | |
tree | 130993850d90298565e3adca47f62aa9104a7212 /make | |
parent | 02bae0e710385bd6bb89abcb0f812682c04ea430 (diff) |
Set 0.10.x branch version to 0.10.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6720 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 1bac0874f..f3fcbdd2e 100644 --- a/make/configure.py +++ b/make/configure.py @@ -794,7 +794,7 @@ class Project( Action ): self.vmajor = 0 self.vminor = 10 - self.vpoint = 0 + self.vpoint = 1 def _action( self ): ## add architecture to URL only for Mac |