Skip to content

Commit d9cda3d

Browse files
committed
Set version to "2.1.1"
Refs ariya#12970
1 parent d252566 commit d9cda3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/consts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
#define PHANTOMJS_VERSION_MAJOR 2
3636
#define PHANTOMJS_VERSION_MINOR 1
37-
#define PHANTOMJS_VERSION_PATCH 0
38-
#define PHANTOMJS_VERSION_STRING "2.1.0"
37+
#define PHANTOMJS_VERSION_PATCH 1
38+
#define PHANTOMJS_VERSION_STRING "2.1.1"
3939

4040
#define HTTP_HEADER_CONTENT_LENGTH "content-length"
4141
#define HTTP_HEADER_CONTENT_TYPE "content-type"

test/basics/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
test(function () {
44
assert_equals(phantom.version.major, 2);
55
assert_equals(phantom.version.minor, 1);
6-
assert_equals(phantom.version.patch, 0);
6+
assert_equals(phantom.version.patch, 1);
77
}, "PhantomJS version number is accurate");

0 commit comments

Comments
 (0)