notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
proper timeout handling for input subsys
[picodrive.git]
/
platform
/
uiq3
/
version.h
1
// version number
\r
2
\r
3
#ifndef __VERSION_H
\r
4
#define __VERSION_H
\r
5
\r
6
#define KPicoMajorVersionNumber 1
\r
7
#define KPicoMinorVersionNumber 51
\r
8
#define KPicoBuildNumber 0
\r
9
\r
10
#endif /* __VERSION_H */
\r