Skip to content

Commit

Permalink
Integrating webdriver automation interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pvs6626 committed Jan 26, 2016
1 parent 70979ec commit 8baebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtbrowser.cpp
Expand Up @@ -105,7 +105,7 @@ void help(void) {
void print_version() {
// The BROWSERVERSION information should come from the makefile/git tagging policy
// This still needs to be figured out, so for now it is hard-coded
#define BROWSERVERSION "2.0.14-ER_WEBDRIVER"
#define BROWSERVERSION "2.0.14"
WTF::sysLogF("Browser version: %s\n\n", BROWSERVERSION);
}

Expand Down

0 comments on commit 8baebf7

Please sign in to comment.