Changeset 6f0258b1b2d9f715c7c35897bb0b1226747e428e
- Timestamp:
- 09/02/08 16:55:36
(3 months ago)
- Author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1220360136 +0200
- git-parent:
[317b0e5a484ca9117f00ad426d067a5ec6767236]
- git-author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1220360136 +0200
- Message:
Version 0.9.13
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbf8d3dc |
r6f0258b |
|
| 48 | 48 | require 'fileutils' |
|---|
| 49 | 49 | |
|---|
| 50 | | $version ||= '0.9.13-git' |
|---|
| | 50 | $version ||= '0.9.13' |
|---|
| 51 | 51 | $version_timestamp ||= 0 |
|---|
| 52 | 52 | $opts = Hash.new |
|---|
| rbf8d3dc |
r6f0258b |
|
| 9 | 9 | $:.unshift File.join(SCM_DIR, 'lib') |
|---|
| 10 | 10 | |
|---|
| 11 | | $version = '0.9.13-git' |
|---|
| | 11 | $version = '0.9.13' |
|---|
| 12 | 12 | |
|---|
| 13 | 13 | pwd = Dir.pwd |
|---|