Subversion Repositories freemyipod

Rev

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

Rev 242 Rev 243
Line 23... Line 23...
23
 
23
 
24
#ifndef __VERSION_H__
24
#ifndef __VERSION_H__
25
#define __VERSION_H__
25
#define __VERSION_H__
26
 
26
 
27
 
27
 
28
#define VERSION "0.1.3"
28
#define VERSION "0.0.1"
29
#define VERSION_MAJOR 0
29
#define VERSION_MAJOR 0
30
#define VERSION_MINOR 1
30
#define VERSION_MINOR 0
31
#define VERSION_PATCH 3
31
#define VERSION_PATCH 1
32
#define VERSION_SVN "$REVISION$"
32
#define VERSION_SVN "$REVISION$"
33
#define VERSION_SVN_INT $REVISIONINT$
33
#define VERSION_SVN_INT $REVISIONINT$
34
 
34
 
35
 
35
 
36
#endif
36
#endif
37
37