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

stable shellext: put product id next to product name

to reduce confusion on the version

Changeset 0aa018d09c63

Parent 410128b06198

by Adrian Buehlmann

Changes to one file · Browse files at 0aa018d09c63 Showing diff from parent 410128b06198 Diff from another changeset...

 
30
31
32
33
34
 
35
36
37
 
58
59
60
61
 
62
63
64
 
30
31
32
 
 
33
34
35
36
 
57
58
59
 
60
61
62
63
@@ -30,8 +30,7 @@
  TOSTR2(THG_VERSION_FIRST) "." \   TOSTR2(THG_VERSION_SECOND) "." \   TOSTR2(THG_VERSION_THIRD) "-" \ - TOSTR2(THG_PARENT_ID) " / " \ - TOSTR2(THG_PRODUCT_ID) + TOSTR2(THG_PARENT_ID)      VS_VERSION_INFO VERSIONINFO @@ -58,7 +57,7 @@
  VALUE "InternalName", "shellext"   VALUE "LegalCopyright", "Copyright (C) 2010 Steve Borho and others"   VALUE "OriginalFilename", "ThgShell.dll" - VALUE "ProductName", "TortoiseHg" + VALUE "ProductName", "TortoiseHg " TOSTR2(THG_PRODUCT_ID)   VALUE "ProductVersion", THG_VERSION_STRING   END   END