[sandbox.akabana]/trunk/yui/yui-framework/src/main/flex/org/seasar/akabana/yui/framework/Version.as
Parent Directory
|
Revision Log
|
Patch
| revision 1403 by e1arkw, Wed Dec 15 15:32:04 2010 JST | revision 1404 by e1arkw, Wed Dec 15 15:33:47 2010 JST | |
|---|---|---|
| # | Line 15 | Line 15 |
| 15 | */ | */ |
| 16 | private static const DEBUG:Boolean = CONFIG::DEBUG; | private static const DEBUG:Boolean = CONFIG::DEBUG; |
| 17 | public static const REVISION:String = function():String{ var rev:String = "$Revision$"; return rev.substring(11,rev.length-2);}(); | public static const REVISION:String = function():String{ var rev:String = "$Revision$"; return rev.substring(11,rev.length-2);}(); |
| public static const VERSION:String = "1.1.0."+REVISION+"-beta2" + (DEBUG?"-debug":""); | ||
| 18 | public static const VERSION:String = "1.1.0."+REVISION+"-beta3-snapshot" + (DEBUG?"-debug":""); |
|
||||||||
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

