Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/shared/Version.h

Issue 10976008: Set version number in versioninfo automatically (Closed)
Patch Set: Created June 13, 2013, 10:31 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/AdblockPlus.rc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/Version.h
===================================================================
--- a/src/shared/Version.h
+++ b/src/shared/Version.h
@@ -1,1 +1,11 @@
+#ifndef IEPLUGIN_VERSION
#define IEPLUGIN_VERSION L"0.8"
+#endif
+
+#ifndef VERSIONINFO_VERSION
+#define VERSIONINFO_VERSION 0,8,0,0
+#endif
+
+#ifndef VERSIONINFO_VERSION_STR
+#define VERSIONINFO_VERSION_STR "0.8.0.0"
+#endif
« no previous file with comments | « src/plugin/AdblockPlus.rc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld