Current master is for PhantomJS 1.5.

1.5
Ariya Hidayat 2011-12-23 21:08:42 -08:00
parent bb07cb941e
commit 7592806fb8
2 changed files with 4 additions and 4 deletions

View File

@ -17,6 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''
__version_info__ = (1, 4, 0)
__version_info__ = (1, 5, 0)
__version__ = '.'.join(map(str, __version_info__))

View File

@ -32,11 +32,11 @@
#ifndef CONSTS_H
#define CONSTS_H
// Current Version: 1.4.0 (unstable)
// Current Version: 1.5.0
#define PHANTOMJS_VERSION_MAJOR 1
#define PHANTOMJS_VERSION_MINOR 4
#define PHANTOMJS_VERSION_MINOR 5
#define PHANTOMJS_VERSION_PATCH 0
#define PHANTOMJS_VERSION_STRING "1.4.0"
#define PHANTOMJS_VERSION_STRING "1.5.0 (development)"
#define COFFEE_SCRIPT_EXTENSION ".coffee"