Subversion Repositories freemyipod

Rev

Rev 653 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 653 Rev 674
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.0.1pre"
28
#define VERSION "0.1.0"
29
#define VERSION_MAJOR 0
29
#define VERSION_MAJOR 0
30
#define VERSION_MINOR 0
30
#define VERSION_MINOR 1
31
#define VERSION_PATCH 1
31
#define VERSION_PATCH 0
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