Bump unstable version.

1.3
Ariya Hidayat 2011-06-25 23:59:16 -07:00
parent 07f946d817
commit cf23a5c6e3
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes.
Version 1.3.0
Version 1.3.0 is the next minor update. It is still in the development.
2011-06-21: Version 1.2.0
Version 1.2.0 is a major update. It introduces a whole set of new API.

View File

@ -30,11 +30,11 @@
#ifndef CONSTS_H
#define CONSTS_H
// Current Version: 1.2.0 (unstable)
// Current Version: 1.3.0 (unstable)
#define PHANTOMJS_VERSION_MAJOR 1
#define PHANTOMJS_VERSION_MINOR 2
#define PHANTOMJS_VERSION_MINOR 3
#define PHANTOMJS_VERSION_PATCH 0
#define PHANTOMJS_VERSION_STRING "1.2.0"
#define PHANTOMJS_VERSION_STRING "1.3.0"
#define COFFEE_SCRIPT_EXTENSION ".coffee"
#define JS_ELEMENT_CLICK "(function (el) { " \