projects
/
cubemap
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump version number to 1.0.2-pre.
[cubemap]
/
version.h
1
#ifndef _VERSION_H
2
#define _VERSION_H
3
4
// Version number. Don't expect this to change all that often.
5
6
#define SERVER_VERSION "1.0.2-pre"
7
#define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
8
9
#endif // !defined(_VERSION_H)