]> granicus.if.org Git - handbrake/commitdiff
Set Version to 0.10.0
authorsr55 <sr55.hb@outlook.com>
Fri, 21 Nov 2014 19:47:47 +0000 (19:47 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 21 Nov 2014 19:47:47 +0000 (19:47 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6531 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/configure.py

index 334ff07dd1879c970d1983d38289b610974fdb4d..1bac0874f6956f4c9c5f3250767ffcd2ece34601 100644 (file)
@@ -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