repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add casts to zune macros to silence some warnings
[tangerine.git]
/
workbench
/
utilities
/
Clock
/
version.h
blob
fae77c32ad5e0925c4f7d79d997087466e38d9c1
1
#ifndef _VERSION_H
2
#define _VERSION_H
3
4
/*
5
Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#define VERSION 1
10
#define REVISION 4
11
#define DATESTR
"10.02.2006"
12
#define VERSIONSTR
"$VER: Clock 1.4 ("
DATESTR
") ©AROS Dev Team"
13
14
#endif
/* _VERSION_H */