Skip to content

Commit

Permalink
Set version to "2.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jan 24, 2016
1 parent d252566 commit d9cda3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

#define PHANTOMJS_VERSION_MAJOR 2
#define PHANTOMJS_VERSION_MINOR 1
#define PHANTOMJS_VERSION_PATCH 0
#define PHANTOMJS_VERSION_STRING "2.1.0"
#define PHANTOMJS_VERSION_PATCH 1
#define PHANTOMJS_VERSION_STRING "2.1.1"

#define HTTP_HEADER_CONTENT_LENGTH "content-length"
#define HTTP_HEADER_CONTENT_TYPE "content-type"
Expand Down
2 changes: 1 addition & 1 deletion test/basics/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
test(function () {
assert_equals(phantom.version.major, 2);
assert_equals(phantom.version.minor, 1);
assert_equals(phantom.version.patch, 0);
assert_equals(phantom.version.patch, 1);
}, "PhantomJS version number is accurate");

0 comments on commit d9cda3d

Please sign in to comment.