Chromium Code Reviews| Index: chrome/common/chrome_version.cc.version |
| diff --git a/chrome/common/chrome_version.cc.version b/chrome/common/chrome_version.cc.version |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..27017eedadd735682a36bee7b4b27ef0336dd6a4 |
| --- /dev/null |
| +++ b/chrome/common/chrome_version.cc.version |
| @@ -0,0 +1,7 @@ |
| +#include "chrome/common/chrome_constants.h" |
|
brettw
2015/01/28 21:06:45
You should probably add the copyright here like no
Slava Chigrin
2015/01/29 13:13:22
Done.
|
| + |
| +namespace chrome { |
| + |
| +const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"; |
| + |
| +} // namespace chrome |