package.h: Update version number to 0.8.0

Per https://codereview.chromium.org/998653002/, we were going to call
the Windows client milestone 0.8.0. Now that the Crashpad client has
successfully shipped in a Chrome Windows canary, I think we can say that
we’re there. Or here.

Congratulations!

R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1484013004 .
This commit is contained in:
Mark Mentovai 2015-12-01 15:08:27 -05:00
parent 72d6be5cb9
commit d81d83661d

View File

@ -23,7 +23,7 @@
#define PACKAGE_NAME "Crashpad"
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
#define PACKAGE_TARNAME "crashpad"
#define PACKAGE_VERSION "0.7.0"
#define PACKAGE_VERSION "0.8.0"
#define PACKAGE_URL "https://crashpad.chromium.org/"
#endif // CRASHPAD_PACKAGE_H_