Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable Bump version numbers to 1.0

Changeset 74e46ade7c88

Parent afa14c7858a1

by Steve Borho

Changes to 3 files · Browse files at 74e46ade7c88 Showing diff from parent afa14c7858a1 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 = '0.10' +version = '1.0'  # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '1.0.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/0.10/' + url + fullurl = 'http://tortoisehg.org/manual/1.0/' + 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, 'docs', 'TortoiseHg.chm')
 
1
2
 
 
3
 
 
 
1
2
3
@@ -1,3 +1,3 @@
-#define THG_VERSION_FIRST 0 -#define THG_VERSION_SECOND 10 +#define THG_VERSION_FIRST 1 +#define THG_VERSION_SECOND 0  #define THG_VERSION_THIRD 0