9 lines
184 B
C
9 lines
184 B
C
#ifndef FF_VERSION_HPP
|
|
#define FF_VERSION_HPP
|
|
|
|
#define FF_MAJOR_VERSION 3
|
|
#define FF_MINOR_VERSION 0
|
|
#define FF_BETA_VERSION 1
|
|
#define FF_VERSION "3.0.1"
|
|
|
|
#endif /* FF_VERSION_HPP */
|