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: include product id in string product version

for reference purposes

Changeset fc7b51cbf3a3

Parent 208bb01237ba

by Adrian Buehlmann

Changes to one file · Browse files at fc7b51cbf3a3 Showing diff from parent 208bb01237ba Diff from another changeset...

 
16
17
18
 
 
 
19
20
21
 
27
28
29
30
 
 
31
32
33
 
16
17
18
19
20
21
22
23
24
 
30
31
32
 
33
34
35
36
37
@@ -16,6 +16,9 @@
 #define THG_VERSION_THIRD 0  #endif   +#ifndef THG_PRODUCT_ID +#define THG_PRODUCT_ID ? +#endif    #define TOSTR(x) #x  #define TOSTR2(x) TOSTR(x) @@ -27,7 +30,8 @@
  TOSTR2(THG_VERSION_FIRST) "." \   TOSTR2(THG_VERSION_SECOND) "." \   TOSTR2(THG_VERSION_THIRD) "-" \ - TOSTR2(THG_PARENT_ID) + TOSTR2(THG_PARENT_ID) " / " \ + TOSTR2(THG_PRODUCT_ID)      VS_VERSION_INFO VERSIONINFO