A 3d fps game made in OpenGL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Symmetry/src/common/version.h

10 lines
268 B

#ifndef SYMMETRY_VERSION_FILE
#define SYMMETRY_VERSION_FILE
/* Auto generated version file. DO NOT MODIFY */
#define SYMMETRY_VERSION_MAJOR 0
#define SYMMETRY_VERSION_MINOR 3
#define SYMMETRY_VERSION_REVISION 375
#define SYMMETRY_VERSION_BRANCH "dev"
#endif