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

Side by Side Diff: src/shared/Version.h

Issue 10976008: Set version number in versioninfo automatically (Closed)
Patch Set: Created June 13, 2013, 10:31 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/plugin/AdblockPlus.rc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef IEPLUGIN_VERSION
1 #define IEPLUGIN_VERSION L"0.8" 2 #define IEPLUGIN_VERSION L"0.8"
3 #endif
4
5 #ifndef VERSIONINFO_VERSION
6 #define VERSIONINFO_VERSION 0,8,0,0
7 #endif
8
9 #ifndef VERSIONINFO_VERSION_STR
10 #define VERSIONINFO_VERSION_STR "0.8.0.0"
11 #endif
OLDNEW
« 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