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

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

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: Refactored crash dependencies Created 5 years, 6 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
Index: chromecast/base/version.h.in
diff --git a/chromecast/base/version.h.in b/chromecast/base/version.h.in
index faba4899bcce8832e3d6c31641dc062b6ac098cf..62b01d31929776e9f96016fd6e3935b242a59e9c 100644
--- a/chromecast/base/version.h.in
+++ b/chromecast/base/version.h.in
@@ -9,6 +9,7 @@
#define PRODUCT_VERSION "@VERSION_FULL@"
#define CAST_BUILD_INCREMENTAL "@CAST_BUILD_INCREMENTAL@"
+#define CAST_BUILD_RELEASE "@CAST_BUILD_RELEASE@"
#define CAST_BUILD_REVISION "@CAST_BUILD_RELEASE@.@CAST_BUILD_INCREMENTAL@"
#define CAST_IS_DEBUG_BUILD() @CAST_IS_DEBUG_BUILD@
#define CAST_PRODUCT_TYPE @CAST_PRODUCT_TYPE@

Powered by Google App Engine
This is Rietveld 408576698