Itasca C++ Interface
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
Typedefs
Enumerations
Enumerator
a
c
d
f
g
h
i
k
n
p
r
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
f
g
i
m
o
q
r
s
t
u
v
Functions
c
d
g
i
m
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
common
base
src
version.h
1
#pragma once
2
// Sets framework version numbers
3
#include "../../baseversion.txt"
4
namespace
version {
5
const
unsigned
major = MAJOR_VERSION;
// Currently version 8
6
const
unsigned
update = UPDATE_VERSION;
7
const
std::string revision = REVISION_VERSION;
// SVN revision, set by build server.
8
BASE_EXPORT
extern
const
char
*targetPlatform;
9
}
10
#undef MAJOR_VERSION
11
#undef UPDATE_VERSION
12
#undef REVISION_VERSION
13
// EoF
BASE_EXPORT
#define BASE_EXPORT
Definition
basedef.h:24
Generated by
1.10.0