Prepara 1.4 branch for 1.4.1 bug fix release.

1.4
Ariya Hidayat 2011-12-30 07:28:09 -08:00
parent d730b3187b
commit 9997b8740f
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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
''' '''
__version_info__ = (1, 4, 0) __version_info__ = (1, 4, 1)
__version__ = '.'.join(map(str, __version_info__)) __version__ = '.'.join(map(str, __version_info__))

View File

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