lib/phusion_passenger.rb in passenger-3.9.2.beta vs lib/phusion_passenger.rb in passenger-4.0.0.rc4
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
# Phusion Passenger - https://www.phusionpassenger.com/
-# Copyright (c) 2010, 2011, 2012 Phusion
+# Copyright (c) 2010-2013 Phusion
#
# "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -26,13 +26,15 @@
FILE_LOCATION = File.expand_path(__FILE__)
###### Version numbers ######
+ PACKAGE_NAME = 'passenger'
+
# Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too.
- VERSION_STRING = '3.9.2.beta'
+ VERSION_STRING = '4.0.0.rc4'
- PREFERRED_NGINX_VERSION = '1.2.6'
+ PREFERRED_NGINX_VERSION = '1.2.7'
PREFERRED_PCRE_VERSION = '8.31'
STANDALONE_INTERFACE_VERSION = 1
###### Directories ######