Subversion Repositories Projects

Rev

Rev 255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 266
Line 18... Line 18...
18
    public int proto_minor=-1;
18
    public int proto_minor=-1;
19
    public int patch=-1;
19
    public int patch=-1;
Line 20... Line 20...
20
 
20
 
21
    public String version_str="";
21
    public String version_str="";
-
 
22
    public String proto_str="";
-
 
23
 
-
 
24
    public void reset()
-
 
25
    {
-
 
26
        major=-1;
-
 
27
        minor=-1;
-
 
28
        proto_major=-1;
-
 
29
        proto_minor=-1;
-
 
30
        patch=-1;
-
 
31
 
-
 
32
        version_str="";
-
 
33
        proto_str="";
Line 22... Line 34...
22
    public String proto_str="";
34
    }
23
   
35