Skip to content
Snippets Groups Projects
Commit 529dd065 authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Determine release version directly from lib/fox16/version.rb

parent dbc21b1c
No related branches found
No related tags found
No related merge requests found
require 'rubygems' require 'rubygems'
require 'hoe' require 'hoe'
require 'erb'
require './lib/fox16/version.rb'
# FXRuby version number # FXRuby version number
PKG_VERSION = "1.6.19" PKG_VERSION = Fox.fxrubyversion
Hoe.new("FXRuby", PKG_VERSION) do |p| Hoe.new("FXRuby", PKG_VERSION) do |p|
# ... project specific data ... # ... project specific data ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment