repo.or.cz
/
sfinx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix file edit: add sorted location move
[sfinx.git]
/
include
/
version.H
blob
b21440c20ba1405eaef67d975f187f78de99f80b
1
#ifndef _VERSION_H_
2
#define _VERSION_H_
3
4
// client and server version
5
#define SFINX_VERSION_MAJOR 0x00
6
#define SFINX_VERSION_MINOR 0x01
7
#define SFINX_VERSION_PLEVEL 0x00
8
9
#endif