Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

stable Release: update version numbers to 1.1

Changeset f13a893253c1

Parent 0034da51ef8e

by Steve Borho

Changes to 2 files · Browse files at f13a893253c1 Showing diff from parent 0034da51ef8e Diff from another changeset...

 
49
50
51
52
 
53
54
 
55
56
57
 
49
50
51
 
52
53
 
54
55
56
57
@@ -49,9 +49,9 @@
 # built documents.  #  # The short X.Y version. -version = '1.0' +version = '1.1'  # The full version, including alpha/beta/rc tags. -release = '1.0.4' +release = '1.1.0'    # The language for content autogenerated by Sphinx. Refer to documentation  # for a list of supported languages.
 
392
393
394
395
 
396
397
398
 
392
393
394
 
395
396
397
398
@@ -392,7 +392,7 @@
  if not url:   return   if not url.startswith('http'): - fullurl = 'http://tortoisehg.org/manual/1.0/' + url + fullurl = 'http://tortoisehg.org/manual/1.1/' + url   # Use local CHM file if it can be found   if os.name == 'nt' and paths.bin_path:   chm = os.path.join(paths.bin_path, 'doc', 'TortoiseHg.chm')