OLD | NEW |
---|---|
(Empty) | |
1 #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.
| |
2 | |
3 namespace chrome { | |
4 | |
5 const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"; | |
6 | |
7 } // namespace chrome | |
OLD | NEW |