Advanced VERSION for development of 0.18.4.

This commit is contained in:
Kyle Banker 2010-01-25 14:26:29 -05:00
parent 5cdf835811
commit 205ff5547b
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@
* limitations under the License.
*/
#define VERSION "0.18.3"
#define VERSION "0.18.3p"

View File

@ -1,7 +1,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo
VERSION = "0.18.3"
VERSION = "0.18.3p"
end
begin

View File

@ -1,6 +1,6 @@
require 'lib/mongo'
VERSION_HEADER = File.open(File.join(File.dirname(__FILE__), 'ext', 'cbson', 'version.h'), "r")
VERSION = VERSION_HEADER.read.scan(/VERSION\s+"(\d+\.\d+(\.\d+)?)\"/)[0][0]
VERSION = VERSION_HEADER.read.scan(/VERSION\s+"(\d+\.\d+(\.\d+\w*)?)\"/)[0][0]
Gem::Specification.new do |s|
s.name = 'mongo_ext'