summaryrefslogtreecommitdiff
path: root/include/version.h
blob: f7e9ea57f47e5d1834a8137a83b47960a5b9987d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 *  Version.h
 *
 *  Macro with API version. The API version number prevents that
 *  extensions are loaded that are incompatible with the libphpcpp.so
 *  library
 *
 *  @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
 *  @copyright 2015 Copernica BV
 */

/**
 *  Macro with version number (this is incremented with every release)
 */
#define PHPCPP_API_VERSION  20150126