summaryrefslogtreecommitdiffstats
path: root/make/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'make/configure.py')
-rw-r--r--make/configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/configure.py b/make/configure.py
index b6705d726..1b140739b 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -673,11 +673,11 @@ class Project( Action ):
self.build = time.strftime('%Y%m%d') + '01'
self.title = '%s svn%d (%s)' % (self.name,repo.rev,self.build)
else:
- self.version = 'svn%d' % (repo.rev)
+ self.version = 'rev%d' % (repo.rev)
url_ctype = '_unofficial'
url_ntype = 'unofficial'
self.build = time.strftime('%Y%m%d') + '99'
- self.title = '%s svn%d (%s)' % (self.name,repo.rev,self.build)
+ self.title = '%s rev%d (%s)' % (self.name,repo.rev,self.build)
self.url_appcast = 'http://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch)
self.url_appnote = 'http://handbrake.fr/appcast/%s.html' % (url_ntype)