Browse CVS Repository
Contents of /exerb/exerb-win32/version.rb
Parent Directory
| Revision Log
| Revision Graph
Revision 1.6 -
( show annotations)
( download)
Fri May 30 01:00:52 2003 UTC
(20 years, 10 months ago)
by yuya
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED
* ソースファイルをsrcディレクトリに移動
| 1 |
|
| 2 |
#==============================================================================# |
| 3 |
# $Id: version.rb,v 1.5 2003/05/06 04:21:13 yuya Exp $ |
| 4 |
#==============================================================================# |
| 5 |
|
| 6 |
module Exerb32 |
| 7 |
|
| 8 |
VERSION = "2.6.5.0" |
| 9 |
COPYRIGHT = "Copyright(C) Exerb Project, 2001-2003 All rights reserved." |
| 10 |
|
| 11 |
end |
| 12 |
|
| 13 |
#==============================================================================# |
| 14 |
#==============================================================================# |
|