From f4a23c96b6fb00a50c86fbb5a6772dc55e197346 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sat, 18 Jan 2014 21:55:41 -0800 Subject: [PATCH] Getting ready for 1.9.6. https://github.com/ariya/phantomjs/issues/11905 --- src/consts.h | 4 ++-- test/phantom-spec.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/consts.h b/src/consts.h index 7a50f362..4318bce1 100644 --- a/src/consts.h +++ b/src/consts.h @@ -34,8 +34,8 @@ #define PHANTOMJS_VERSION_MAJOR 1 #define PHANTOMJS_VERSION_MINOR 9 -#define PHANTOMJS_VERSION_PATCH 3 -#define PHANTOMJS_VERSION_STRING "1.9.3" +#define PHANTOMJS_VERSION_PATCH 6 +#define PHANTOMJS_VERSION_STRING "1.9.6" #define COFFEE_SCRIPT_EXTENSION ".coffee" diff --git a/test/phantom-spec.js b/test/phantom-spec.js index 5bc17344..07001928 100644 --- a/test/phantom-spec.js +++ b/test/phantom-spec.js @@ -55,8 +55,8 @@ describe("phantom global object", function() { expect(phantom.version.minor).toEqual(9); }); - it("should return 3 as the patch version", function() { - expect(phantom.version.patch).toEqual(3); + it("should return 6 as the patch version", function() { + expect(phantom.version.patch).toEqual(6); }); it("should have 'injectJs' function", function() {