#ifndef FF_VERSION_HPP
#define FF_VERSION_HPP

#define FF_MAJOR_VERSION 2
#define FF_MINOR_VERSION 1
#define FF_BETA_VERSION  2
#define FF_VERSION "2.1.2"

#endif /* FF_VERSION_HPP */
