include/ylt/standalone/cinatra/version.hpp (2 lines of code) (raw):

#pragma once // Note: Update the version when release a new version. // CINATRA_VERSION % 100 is the sub-minor version // CINATRA_VERSION / 100 % 1000 is the minor version // CINATRA_VERSION / 100000 is the major version #define CINATRA_VERSION 902 // 0.9.2