Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jan 30, 2011
1 parent 7196fb7 commit 6e4aeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/phantomjs.cpp
Expand Up @@ -36,9 +36,9 @@
#endif

#define PHANTOMJS_VERSION_MAJOR 1
#define PHANTOMJS_VERSION_MINOR 0
#define PHANTOMJS_VERSION_MINOR 1
#define PHANTOMJS_VERSION_PATCH 0
#define PHANTOMJS_VERSION_STRING "1.0.0"
#define PHANTOMJS_VERSION_STRING "1.1.0"

class WebPage: public QWebPage
{
Expand Down

0 comments on commit 6e4aeb1

Please sign in to comment.