Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: chromecast/common/version.h.in

Issue 866843004: Replace CAST_BUILD_REVISION with <major>.<minor>.<incremental>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chromecast/chromecast.gyp ('K') | « chromecast/chromecast.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/version.h.in
diff --git a/chromecast/common/version.h.in b/chromecast/common/version.h.in
index 628cb4c217f6eadcbe8a59f6b336b34ec968c98e..257b1b337b7aa4231d37511fe4269cee53569cf4 100644
--- a/chromecast/common/version.h.in
+++ b/chromecast/common/version.h.in
@@ -8,7 +8,9 @@
#define CHROMECAST_COMMON_VERSION_INFO_H_
#define PRODUCT_VERSION "@VERSION_FULL@"
-#define CAST_BUILD_REVISION "@CAST_BUILD_REVISION@"
+#define CAST_BUILD_INCREMENTAL "@CAST_BUILD_INCREMENTAL@"
+#define CAST_BUILD_RELEASE "@CAST_BUILD_RELEASE@"
gunsch 2015/01/22 17:42:05 do we need CAST_BUILD_RELEASE anywhere? If not, I'
byungchul 2015/01/22 17:47:54 Removed.
+#define CAST_BUILD_REVISION "@CAST_BUILD_RELEASE@.@CAST_BUILD_INCREMENTAL@"
#define CAST_IS_DEBUG_BUILD @CAST_IS_DEBUG_BUILD@
#endif // CHROMECAST_COMMON_VERSION_INFO_H_
« chromecast/chromecast.gyp ('K') | « chromecast/chromecast.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698