Changeset 34bf735f9e69adb741706d874f50fab586f83ccf
- Timestamp:
- 06/21/08 12:31:31
(7 months ago)
- Author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1214037091 +0200
- git-parent:
[4440a6d38f74c169e5b3e0e83b0fa44bea820a33]
- git-author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1214037065 +0200
- Message:
* initialize $version_timestamp to suppress a warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc53a13e |
r34bf735 |
|
| 49 | 49 | |
|---|
| 50 | 50 | $version ||= "0.9.11-git" |
|---|
| | 51 | $version_timestamp ||= 0 |
|---|
| 51 | 52 | $opts = Hash.new |
|---|
| 52 | 53 | |
|---|