summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-11-21 19:47:47 +0000
committersr55 <[email protected]>2014-11-21 19:47:47 +0000
commit91fe5927513ce919efca7aaf3db598dd5f013144 (patch)
tree4d56a409d2dda83011644652035c674de10ec129 /make
parent1a5166bc348c6e5d763edaeed95b64849f911164 (diff)
Set Version to 0.10.0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6531 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r--make/configure.py8
1 files changed, 4 insertions, 4 deletions
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