From: sr55 Date: Fri, 21 Nov 2014 19:47:47 +0000 (+0000) Subject: Set Version to 0.10.0 X-Git-Tag: 0.10.0~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91fe5927513ce919efca7aaf3db598dd5f013144;p=handbrake Set Version to 0.10.0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6531 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/make/configure.py b/make/configure.py index 334ff07dd..1bac0874f 100644 --- a/make/configure.py +++ b/make/configure.py @@ -785,16 +785,16 @@ class Project( Action ): self.name = 'HandBrake' self.acro_lower = 'hb' self.acro_upper = 'HB' - self.url_website = 'http://handbrake.fr' - self.url_community = 'http://forum.handbrake.fr' + self.url_website = 'https://handbrake.fr' + self.url_community = 'https://forum.handbrake.fr' self.url_irc = 'irc://irc.freenode.net/handbrake' self.name_lower = self.name.lower() self.name_upper = self.name.upper() self.vmajor = 0 - self.vminor = 9 - self.vpoint = 9 + self.vminor = 10 + self.vpoint = 0 def _action( self ): ## add architecture to URL only for Mac