From 60b535d0e171cac2791d42dc4e0864ad53ab8641 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 29 May 2015 18:17:58 +0000 Subject: [PATCH] Bump Version number to 0.10.2 git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7238 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- make/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/configure.py b/make/configure.py index f3fcbdd2e..a825f64b1 100644 --- a/make/configure.py +++ b/make/configure.py @@ -794,7 +794,7 @@ class Project( Action ): self.vmajor = 0 self.vminor = 10 - self.vpoint = 1 + self.vpoint = 2 def _action( self ): ## add architecture to URL only for Mac -- 2.40.0