Advanced VERSION for development of 0.18.4.
This commit is contained in:
parent
5cdf835811
commit
205ff5547b
|
@ -14,4 +14,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define VERSION "0.18.3"
|
||||
#define VERSION "0.18.3p"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
module Mongo
|
||||
VERSION = "0.18.3"
|
||||
VERSION = "0.18.3p"
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue