diff options
-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 |